RequestFuncTransform Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A request transform that runs the given Func.
public class RequestFuncTransform : Yarp.ReverseProxy.Transforms.RequestTransform
type RequestFuncTransform = class
inherit RequestTransform
Public Class RequestFuncTransform
Inherits RequestTransform
- Inheritance
Constructors
RequestFuncTransform(Func<RequestTransformContext,ValueTask>) |
Methods
ApplyAsync(RequestTransformContext) |
Transforms any of the available fields before building the outgoing request. |