Dela via


ResponseTrailerRemoveTransform Class

Definition

Removes a response trailer.

public class ResponseTrailerRemoveTransform : Yarp.ReverseProxy.Transforms.ResponseTrailersTransform
type ResponseTrailerRemoveTransform = class
    inherit ResponseTrailersTransform
Public Class ResponseTrailerRemoveTransform
Inherits ResponseTrailersTransform
Inheritance
ResponseTrailerRemoveTransform

Constructors

ResponseTrailerRemoveTransform(String, ResponseCondition)

Methods

ApplyAsync(ResponseTrailersTransformContext)

Transforms the given response trailers. The trailers will have (optionally) already been copied to the HttpResponse and any changes should be made there.

Applies to