noOpAction

Description

An action doing no operation.

Evaluation scope

Evaluation scope defines the timing where this filter will be applied.

{.alert .alert-info} ::: requestBodyReceivedFromClient This scope occurs the moment fluxzy received fully the request body from the client. In a fullstreaming mode which is the default mode, this event occurs when the full body is already fully sent to the remote server. :::

YAML configuration name

noOpAction

Settings

This action has no specific characteristic

Example of usage

The following examples apply this action to any exchanges

An action doing no operation.

rules:
- filter:
    typeKind: AnyFilter
  actions:
  - typeKind: NoOpAction
    description: No operation
<<<<<<< HEAD
    noEditableSetting: true
=======
>>>>>>> b5d51bd2a3f1870beb9607eaba46ac93d959bb15

.NET reference

View definition of NoOpAction for .NET integration.

See also

This action has no related action