{
  "success": true,
  "url": {
    "protocol": "https:",
    "host": "httpbin.org",
    "pathname": "/",
    "search": "",
    "href": "https://httpbin.org/"
  },
  "fetch": {
    "status": 200,
    "statusText": "OK",
    "ok": true,
    "contentType": "text/html; charset=utf-8",
    "contentLength": "9593",
    "headers": {
      "access-control-allow-credentials": "true",
      "access-control-allow-origin": "*",
      "cf-cache-status": "DYNAMIC",
      "cf-ray": "a0aadc22dfb7ae97-CMH",
      "connection": "close",
      "content-length": "9593",
      "content-type": "text/html; charset=utf-8",
      "date": "Fri, 12 Jun 2026 18:18:45 GMT",
      "server": "cloudflare"
    }
  }
}