1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00
Files
vcrpy/tests/fixtures/migration/old_cassette.json
2014-04-30 02:36:26 +02:00

35 lines
1.0 KiB
JSON

[
{
"request": {
"body": null,
"protocol": "http",
"method": "GET",
"headers": {
"Accept-Encoding": "gzip, deflate, compress",
"Accept": "*/*",
"User-Agent": "python-requests/2.2.1 CPython/2.6.1 Darwin/10.8.0"
},
"host": "httpbin.org",
"path": "/ip",
"port": 80
},
"response": {
"status": {
"message": "OK",
"code": 200
},
"headers": [
"Access-Control-Allow-Origin: *\r\n",
"Content-Type: application/json\r\n",
"Date: Mon, 21 Apr 2014 23:13:40 GMT\r\n",
"Server: gunicorn/0.17.4\r\n",
"Content-Length: 32\r\n",
"Connection: keep-alive\r\n"
],
"body": {
"string": "{\n \"origin\": \"217.122.164.194\"\n}"
}
}
}
]