--- - !ruby/struct:VCR::HTTPInteraction :request: !ruby/struct:VCR::Request :method: :get :uri: http://example.com:80/ :body: :headers: :response: !ruby/struct:VCR::Response :status: !ruby/struct:VCR::ResponseStatus :code: 200 :message: OK :headers: server: - Apache/2.2.3 (Red Hat) last-modified: - Tue, 15 Nov 2005 13:24:10 GMT etag: - "\"b300b4-1b6-4059a80bfd280\"" accept-ranges: - bytes content-type: - text/html; charset=UTF-8 connection: - Keep-Alive date: - Mon, 25 Jan 2010 18:00:32 GMT age: - "2090" content-length: - "438" :body: | Example Web Page

You have reached this web page by typing "example.com", "example.net", or "example.org" into your web browser.

These domain names are reserved for use in documentation and are not available for registration. See RFC 2606, Section 3.

:http_version: "1.1" - !ruby/struct:VCR::HTTPInteraction :request: !ruby/struct:VCR::Request :method: :get :uri: http://example.com:80/foo :body: :headers: :response: !ruby/struct:VCR::Response :status: !ruby/struct:VCR::ResponseStatus :code: 404 :message: Not Found :headers: date: - Mon, 25 Jan 2010 18:00:32 GMT server: - Apache/2.2.3 (CentOS) content-length: - "277" connection: - close content-type: - text/html; charset=iso-8859-1 :body: | 404 Not Found

Not Found

The requested URL /foo was not found on this server.


Apache/2.2.3 (CentOS) Server at example.com Port 80
:http_version: "1.1" - !ruby/struct:VCR::HTTPInteraction :request: !ruby/struct:VCR::Request :method: :get :uri: http://example.com:80/ :body: :headers: :response: !ruby/struct:VCR::Response :status: !ruby/struct:VCR::ResponseStatus :code: 200 :message: OK :headers: server: - Apache/2.2.3 (Red Hat) last-modified: - Tue, 15 Nov 2005 13:24:10 GMT etag: - "\"b300b4-1b6-4059a80bfd280\"" accept-ranges: - bytes content-type: - text/html; charset=UTF-8 connection: - Keep-Alive date: - Mon, 25 Jan 2010 18:00:32 GMT age: - "2090" content-length: - "438" :body: Another example.com response :http_version: "1.1"