Documentation
README
Verifying a server/API change
The handle is curl (or equivalent). The evidence is the response.
Pattern
- Start the server (background, with a readiness poll — see below)
curlthe route the diff touches, with inputs that hit the changed branch- Capture the full response (status + headers + body)
- Compare to expected
This is the opening of the README. Read the full README on GitHub.