Skip to content

reqSpeed

Sets the request body transmission speed (unit: kb/s, kilobits per second).

Rule Syntax

txt
pattern reqSpeed://value [filters...]
ParametersDescriptionDetailed Documentation
patternExpression to match request URLsMatch Pattern Documentation
valueTransmission speed (unit: kb/s, kilobits per second)
⚠️ Loading data from files/remote URLs is not supported
Operation Instruction Documentation
filtersOptional 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://3

This rule has no effect on CONNECT (TUNNEL requests), UPGRADE (WebSocket requests), and requests with a response status code of 204 and no response body.