1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00

Just make all the headers lower for now

This commit is contained in:
Kevin McCarthy
2014-05-06 20:37:40 -10:00
parent 0c9761f7ff
commit b36a1157e7
4 changed files with 22 additions and 22 deletions

View File

@@ -3,9 +3,9 @@ interactions:
- 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']
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: