Body Manipulation
This page is automatically synced from
docs-en/rules/body-manipulation.md. Language: English | 中文
Body Manipulation Rules
Section titled “Body Manipulation Rules”Body manipulation rules modify request or response bodies.
example.com reqBody://({"debug":true})example.com resBody://(mock response)example.com file://./fixtures/response.jsonexample.com tpl://./fixtures/template.htmlFor large, binary, or streaming bodies, prefer file-based mocks or scripts. Keep body rewrites scoped to precise patterns to avoid accidental broad modification.