Select request having body.
Evaluation scope defines the timing where this filter will be applied.
responseBodyReceivedFromRemote This scope occurs the moment fluxzy received the the response body from the server. In a full streaming mode (which is the default mode), this event occurs the the full body is already sent to the client.
hasRequestBodyFilter
This filter has no specific characteristic
The following table describes the customizable properties available for this filter:
Property | Type | Description | DefaultValue |
---|---|---|---|
inverted | boolean | Negate the filter result | false |
The following examples apply a comment to the filtered exchange
Select request having body.
rules:
- filter:
typeKind: HasRequestBodyFilter
actions:
- typeKind: ApplyCommentAction
comment: filter was applied
View definition of HasRequestBodyFilter for .NET integration.
This filter has no related filter