Inheritance
System.Object
RequestHeaderForwardedTransform
Assembly: Yarp.ReverseProxy.dll
public class RequestHeaderForwardedTransform : RequestTransform
Constructors
|
Improve this Doc
View Source
Declaration
public RequestHeaderForwardedTransform(IRandomFactory randomFactory, NodeFormat forFormat, NodeFormat byFormat, bool host, bool proto, ForwardedTransformActions action)
Parameters
Methods
|
Improve this Doc
View Source
Transforms any of the available fields before building the outgoing request.
Declaration
public override ValueTask ApplyAsync(RequestTransformContext context)
Parameters
Returns
Type |
Description |
ValueTask |
|
Overrides