Dela via


HttpMethodChangeTransform Class

Definition

Replaces the HTTP method if it matches.

public class HttpMethodChangeTransform : Yarp.ReverseProxy.Transforms.RequestTransform
type HttpMethodChangeTransform = class
    inherit RequestTransform
Public Class HttpMethodChangeTransform
Inherits RequestTransform
Inheritance
HttpMethodChangeTransform

Constructors

HttpMethodChangeTransform(String, String)

Creates a new transform.

Methods

ApplyAsync(RequestTransformContext)

Transforms any of the available fields before building the outgoing request.

Applies to