Sha256: 90b99499fe371570fa3d8f292298fc7a89ed97fbbbbf302087b4d47179f6c23f
Contents?: true
Size: 1.8 KB
Versions: 7
Compression:
Stored size: 1.8 KB
Contents
--- - !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: last-modified: - Tue, 15 Nov 2005 13:24:10 GMT connection: - Keep-Alive etag: - "\"24ec5-1b6-4059a80bfd280\"" content-type: - text/html; charset=UTF-8 date: - Thu, 25 Feb 2010 15:22:32 GMT server: - Apache/2.2.3 (CentOS) content-length: - "438" age: - "2643" accept-ranges: - bytes body: | <HTML> <HEAD> <TITLE>Example Web Page</TITLE> </HEAD> <body> <p> This is not the real response from example.com </p> </BODY> </HTML> 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: last-modified: - Tue, 15 Nov 2005 13:24:10 GMT connection: - Keep-Alive etag: - "\"24ec5-1b6-4059a80bfd280\"" content-type: - text/html; charset=UTF-8 date: - Thu, 25 Feb 2010 15:22:32 GMT server: - Apache/2.2.3 (CentOS) content-length: - "438" age: - "2643" accept-ranges: - bytes body: | <HTML> <HEAD> <TITLE>Example Web Page</TITLE> </HEAD> <body> <p> This is another fake response from example.com </p> </BODY> </HTML> http_version: "1.1"
Version data entries
7 entries across 7 versions & 1 rubygems