{ "http_interactions": [ { "response": { "body": { "encoding": "UTF-8", "string": "Hello foo" }, "http_version": null, "status": { "code": 200, "message": "OK" }, "headers": { "Date": [ "Thu, 27 Oct 2011 06:16:31 GMT" ], "Content-Type": [ "text/html;charset=utf-8" ], "Content-Length": [ "9" ], "Server": [ "WEBrick/1.3.1 (Ruby/1.8.7/2011-06-30)" ], "Connection": [ "Keep-Alive" ] } }, "request": { "uri": "http://localhost:7777/foo", "body": { "encoding": "UTF-8", "string": "" }, "method": "get", "headers": { "Accept-Encoding": [ "identity" ] } }, "recorded_at": "Tue, 01 Nov 2011 04:58:44 GMT" }, { "response": { "body": { "encoding": "UTF-8", "string": "Hello bar" }, "http_version": null, "status": { "code": 200, "message": "OK" }, "headers": { "Date": [ "Thu, 27 Oct 2011 06:16:31 GMT" ], "Content-Type": [ "text/html;charset=utf-8" ], "Content-Length": [ "9" ], "Server": [ "WEBrick/1.3.1 (Ruby/1.8.7/2011-06-30)" ], "Connection": [ "Keep-Alive" ] } }, "request": { "uri": "http://localhost:7777/bar", "body": { "encoding": "UTF-8", "string": "" }, "method": "get", "headers": { "Accept-Encoding": [ "identity" ] } }, "recorded_at": "Tue, 01 Nov 2011 04:58:44 GMT" } ], "recorded_with": "VCR 2.0.0" }