ResponseTransformExtensions.WithTransformResponseTrailerRemove Method
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.
Clones the route and adds the transform which will remove the response trailer.
public static Yarp.ReverseProxy.Configuration.RouteConfig WithTransformResponseTrailerRemove (this Yarp.ReverseProxy.Configuration.RouteConfig route, string headerName, Yarp.ReverseProxy.Transforms.ResponseCondition condition = Yarp.ReverseProxy.Transforms.ResponseCondition.Success);
static member WithTransformResponseTrailerRemove : Yarp.ReverseProxy.Configuration.RouteConfig * string * Yarp.ReverseProxy.Transforms.ResponseCondition -> Yarp.ReverseProxy.Configuration.RouteConfig
<Extension()>
Public Function WithTransformResponseTrailerRemove (route As RouteConfig, headerName As String, Optional condition As ResponseCondition = Yarp.ReverseProxy.Transforms.ResponseCondition.Success) As RouteConfig
Parameters
- route
- RouteConfig
- headerName
- String
- condition
- ResponseCondition