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

averageThrottleAction

Description

Throttle and simulate bandwidth condition.

Evaluation scope

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

YAML configuration name

averageThrottleAction

Settings

This action has no specific characteristic

Example of usage

The following examples apply this action to any exchanges

Throttle and simulate bandwidth condition.

rules:
- filter:
    typeKind: AnyFilter
  actions:
  - typeKind: AverageThrottleAction
    bandwidthBytesPerSeconds: 65536
    throttleChannel: All

.NET reference

View definition of AverageThrottleAction 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