Stubs#
Stubs are YAML files that define your mock endpoints. Each .yaml/.yml file in the stubs directory defines one endpoint. Files are loaded at startup and hot-reloaded on change — save the file and the server picks it up, no restart.
| Page | What it covers |
|---|---|
| YAML Reference | Every field in the stub format, with examples. |
| Matching | How Simuhook picks which stub handles a request. |
| Path Patterns | Exact paths, globs, and regexes. |
| Payload Matching | Exact and partial-JSON body matching. |