mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
19 lines
591 B
YAML
19 lines
591 B
YAML
- request:
|
|
body: null
|
|
headers:
|
|
Accept: ['*/*']
|
|
Accept-Encoding: ['gzip, deflate, compress']
|
|
User-Agent: ['python-requests/2.2.1 CPython/2.6.1 Darwin/10.8.0']
|
|
method: GET
|
|
uri: http://httpbin.org/ip
|
|
response:
|
|
body: {string: !!python/unicode "{\n \"origin\": \"217.122.164.194\"\n}"}
|
|
headers:
|
|
Access-Control-Allow-Origin: ['*']
|
|
Content-Type: [application/json]
|
|
Date: ['Mon, 21 Apr 2014 23:06:09 GMT']
|
|
Server: [gunicorn/0.17.4]
|
|
Content-Length: ['32']
|
|
Connection: [keep-alive]
|
|
status: {code: 200, message: OK}
|