Inheritance
System.Object
RequestHeaderTransform
Assembly: Yarp.ReverseProxy.dll
public abstract class RequestHeaderTransform : RequestTransform
Constructors
|
Improve this Doc
View Source
Declaration
protected RequestHeaderTransform(string headerName, bool append)
Parameters
Type |
Name |
Description |
System.String |
headerName |
|
System.Boolean |
append |
|
Methods
|
Improve this Doc
View Source
Declaration
public override ValueTask ApplyAsync(RequestTransformContext context)
Parameters
Returns
Type |
Description |
ValueTask |
|
Overrides
|
Improve this Doc
View Source
Declaration
protected abstract string? GetValue(RequestTransformContext context)
Parameters
Returns
Type |
Description |
System.Nullable<System.String> |
|