Alter the method of an exchange.
Evaluation scope defines the timing where this filter will be applied.
requestHeaderReceivedFromClient This scope occurs the moment fluxzy parsed the request header receiveid from client
changeRequestMethodAction
The following table describes the customizable properties available for this action:
Property | Type | Description | DefaultValue |
---|---|---|---|
newMethod | string |
The following examples apply this action to any exchanges
Change request method PATCH.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: ChangeRequestMethodAction
newMethod: PATCH
View definition of ChangeRequestMethodAction for .NET integration.
The following actions are related to this action: