--- http_interactions: - request: method: get uri: http://httpbin.org/get?foo=bar 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: - '303' connection: - Close body: encoding: UTF-8 string: |- { "origin": "70.49.74.123", "url": "http://httpbin.org/get?foo=bar", "args": { "foo": "bar" }, "headers": { "Accept": "*/*", "Accept-Encoding": "gzip;q=1.0,deflate;q=0.6,identity;q=0.3", "Host": "httpbin.org", "User-Agent": "Faraday v0.8.8", "Connection": "close" } } http_version: recorded_at: Sun, 15 Sep 2013 22:37:07 GMT recorded_with: VCR 2.5.0