Class ResponseTrailerRemoveTransform
Removes a response trailer.
Inheritance
System.Object
ResponseTrailerRemoveTransform
Assembly: Yarp.ReverseProxy.dll
public class ResponseTrailerRemoveTransform : ResponseTrailersTransform
Constructors
|
Improve this Doc
View Source
Declaration
public ResponseTrailerRemoveTransform(string headerName, ResponseCondition condition)
Parameters
Methods
|
Improve this Doc
View Source
ApplyAsync(ResponseTrailersTransformContext)
Transforms the given response trailers. The trailers will have (optionally) already been
copied to the and any changes should be made there.
Declaration
public override ValueTask ApplyAsync(ResponseTrailersTransformContext context)
Parameters
Returns
Type |
Description |
ValueTask |
|
Overrides