--- http_interactions: - request: method: get uri: http://httpbin.org/get body: encoding: US-ASCII string: '' headers: User-Agent: - Faraday v0.8.8 response: status: code: 200 message: headers: access-control-allow-origin: - '*' content-type: - application/json date: - Sun, 15 Sep 2013 22:37:07 GMT server: - gunicorn/0.17.4 content-length: - '275' connection: - Close body: encoding: UTF-8 string: |- { "url": "http://httpbin.org/get", "args": {}, "origin": "70.49.74.123", "headers": { "Accept": "*/*", "User-Agent": "Faraday v0.8.8", "Connection": "close", "Host": "httpbin.org", "Accept-Encoding": "gzip;q=1.0,deflate;q=0.6,identity;q=0.3" } } http_version: recorded_at: Sun, 15 Sep 2013 22:37:07 GMT recorded_with: VCR 2.5.0