reqSpeed
Sets the request body transmission speed (unit: kb/s, kilobits per second).
Rule Syntax
txt
pattern reqSpeed://value [filters...]| Parameters | Description | Detailed Documentation |
|---|---|---|
| pattern | Expression to match request URLs | Match Pattern Documentation |
| value | Transmission speed (unit: kb/s, kilobits per second) ⚠️ Loading data from files/remote URLs is not supported | Operation Instruction Documentation |
| filters | Optional filters, supports matching: • Request URL/Method/Headers/Content • Response Status Code/Headers | Filters Documentation |
Configuration Example
txt
# Limit the request content transmission speed to 3kb/s
www.example.com/path reqSpeed://3This rule has no effect on CONNECT (TUNNEL requests), UPGRADE (WebSocket requests), and requests with a response status code of 204 and no response body.