Class ResponseTrailersAllowedTransform
Copies only allowed response trailers.
Inheritance
System.Object
ResponseTrailersAllowedTransform
Assembly: Yarp.ReverseProxy.dll
public class ResponseTrailersAllowedTransform : ResponseTrailersTransform
Constructors
|
Improve this Doc
View Source
Declaration
public ResponseTrailersAllowedTransform(string[] allowedHeaders)
Parameters
Type |
Name |
Description |
System.String[] |
allowedHeaders |
|
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