Skip to main content

tests/fixtures/cassettes/TestDownloadImage.test_non_image.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.13
11 method: GET
12 uri: http://httpbin.org/status/200
13 response:
14 body:
15 string: ''
16 headers:
17 Access-Control-Allow-Credentials:
18 - 'true'
19 Access-Control-Allow-Origin:
20 - '*'
21 Connection:
22 - close
23 Content-Length:
24 - '0'
25 Content-Type:
26 - text/html; charset=utf-8
27 Date:
28 - Fri, 10 Apr 2026 21:39:22 GMT
29 Server:
30 - gunicorn/19.9.0
31 status:
32 code: 200
33 message: OK
34version: 1