New Fluxzy 2.0 just shipped. Electron is out, Tauri is in. Fresh design, 3x smaller install. Learn more

noOpAction

Description

An action doing no operation.

Evaluation scope

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

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

.NET reference

View definition of NoOpAction for .NET integration.

See also

This action has no related action


What is rule file? | How to integrate rule with Fluxzy Desktop? | How to integrate rule with Fluxzy CLI?


Go back to list