Skip to main content

tests/fixtures/cassettes/TestFetchUrl.test_query_params.yml

1interactions:
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 method: GET
12 uri: http://httpbin.org/get?package=chives&author=alexwlchan
13 response:
14 body:
15 string: "{\n \"args\": {\n \"author\": \"alexwlchan\", \n \"package\":
16 \"chives\"\n }, \n \"headers\": {\n \"Accept-Encoding\": \"identity\",
17 \n \"Host\": \"httpbin.org\", \n \"User-Agent\": \"Python-urllib/3.14\",
18 \n \"X-Amzn-Trace-Id\": \"Root=1-69ca0986-61e735f66a8e8cde268dbe06\"\n
19 \ }, \n \"origin\": \"89.168.152.222\", \n \"url\": \"http://httpbin.org/get?package=chives&author=alexwlchan\"\n}\n"
20 headers:
21 Access-Control-Allow-Credentials:
22 - 'true'
23 Access-Control-Allow-Origin:
24 - '*'
25 Connection:
26 - close
27 Content-Length:
28 - '365'
29 Content-Type:
30 - application/json
31 Date:
32 - Mon, 30 Mar 2026 05:26:30 GMT
33 Server:
34 - gunicorn/19.9.0
35 status:
36 code: 200
37 message: OK
38version: 1