{
  "message": "httpbin (Cloudflare Worker)",
  "endpoints": [
    "GET    /",
    "GET    /ip",
    "GET    /user-agent",
    "GET    /headers",
    "GET    /json",
    "GET    /html",
    "GET    /xml",
    "GET    /encoding/utf8",
    "GET    /forms/post",
    "GET    /robots.txt",
    "GET    /deny",
    "GET    /image",
    "GET    /image/{png,jpeg,jpg,webp,svg}",
    "GET    /empty",
    "GET    /no-content",
    "GET    /malformed-json",
    "ANY    /anything[/path]",
    "GET    /get",
    "POST   /post",
    "POST   /upload",
    "PUT    /put",
    "PATCH  /patch",
    "DELETE /delete",
    "ANY    /status/:code[,:code|start-end]",
    "ANY    /redirect/:n",
    "ANY    /relative-redirect/:n",
    "ANY    /absolute-redirect/:n",
    "ANY    /redirect-to?url=...&status=...",
    "ANY    /delay/:seconds",
    "GET    /hang?duration=",
    "GET    /drip?numbytes=&duration=&delay=&code=",
    "GET    /slow-bytes/:n?delay=",
    "ANY    /response-headers?name=value",
    "GET    /cookies",
    "GET    /cookies/set?name=value",
    "GET    /cookies/set/:name/:value",
    "GET    /cookies/delete?name",
    "GET    /basic-auth/:user/:passwd",
    "GET    /hidden-basic-auth/:user/:passwd",
    "GET    /bearer",
    "GET    /digest-auth/:qop/:user/:passwd[/algorithm[/stale_after]]",
    "GET    /gzip",
    "GET    /deflate",
    "GET    /brotli",
    "GET    /stream/:n",
    "GET    /stream-bytes/:n?chunk_size=&seed=",
    "GET    /bytes/:n?seed=&download=",
    "GET    /range/:n?chunk_size=&duration=",
    "GET    /base64/:value",
    "GET    /uuid",
    "GET    /cache",
    "GET    /cache/:seconds",
    "GET    /etag/:tag",
    "GET    /links/:n[?offset=]"
  ]
}