Trigger any HTTP status code from the route handler at /httpcode/{code}. Useful for verifying error handling, retry logic, and webhook clients.
HTTP/1.1 404 Not Found
content-type: text/plain; charset=utf-8
x-carepilot-devtools: echo
cache-control: no-store
// body
404 Not Found