YAML rules
Mock rules live next to collections, parse in Rust, and are served from the same core used by the desktop app. The current matcher handles methods, exact paths, path params, wildcards, and catch-alls.
matcher:
method: GET
path: /users/:id
response:
status: 200
headers:
content-type: application/json
body:
id: "{{params.id}}"
name: Ada