Class ResponseTrailersFuncTransform
- Namespace
- Yarp.ReverseProxy.Transforms
- Assembly
- Yarp.ReverseProxy.dll
A response trailers transform that runs the given Func.
public class ResponseTrailersFuncTransform : ResponseTrailersTransform
- Inheritance
-
ResponseTrailersFuncTransform
- Inherited Members
Constructors
ResponseTrailersFuncTransform(Func<ResponseTrailersTransformContext, ValueTask>)
public ResponseTrailersFuncTransform(Func<ResponseTrailersTransformContext, ValueTask> func)
Parameters
Methods
ApplyAsync(ResponseTrailersTransformContext)
public override ValueTask ApplyAsync(ResponseTrailersTransformContext context)
Parameters
context
ResponseTrailersTransformContext