tests/fixtures/cassettes/TestFetchUrl.test_headers.yml1.0 kBYAMLView raw1interactions: 2- request: 3 body: null 4 headers: 5 Connection: 6 - close 7 Host: 8 - httpbin.org 9 User-Agent: 10 - Python-urllib/3.14 11 X-Author: 12 - alexwlchan 13 X-Package: 14 - chives 15 method: GET 16 uri: http://httpbin.org/headers 17 response: 18 body: 19 string: "{\n \"headers\": {\n \"Accept-Encoding\": \"identity\", \n \"Host\": 20 \"httpbin.org\", \n \"User-Agent\": \"Python-urllib/3.14\", \n \"X-Amzn-Trace-Id\": 21 \"Root=1-69ca0934-55b29bd85f2bff5772b060a7\", \n \"X-Author\": \"alexwlchan\", 22 \n \"X-Package\": \"chives\"\n }\n}\n" 23 headers: 24 Access-Control-Allow-Credentials: 25 - 'true' 26 Access-Control-Allow-Origin: 27 - '*' 28 Connection: 29 - close 30 Content-Length: 31 - '253' 32 Content-Type: 33 - application/json 34 Date: 35 - Mon, 30 Mar 2026 05:25:08 GMT 36 Server: 37 - gunicorn/19.9.0 38 status: 39 code: 200 40 message: OK 41version: 1