Add latency
add_delay_ruleAdd a delay to matching HTTP requests, specified in milliseconds, then pass them through normally. Use to simulate network latency or throttle responses.
Instructions
Delay matching requests by N ms, then pass them through normally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ms | Yes | Delay in milliseconds. | |
| method | No | HTTP method to match (GET, POST, ...). Omit = all methods. | |
| urlPattern | No | RegExp source matched case-insensitively against the full request URL. |