Sha256: d0a5cecc91421fffeca2feaf30c29da42d6d924a429fcf700e276a77ca6f028f
Contents?: true
Size: 1.68 KB
Versions: 8
Compression:
Stored size: 1.68 KB
Contents
--- - !ruby/struct:VCR::RecordedResponse method: :get uri: http://example.com:80/ response: !ruby/object:Net::HTTPOK body: | <HTML> <HEAD> <TITLE>Example Web Page</TITLE> </HEAD> <body> <p> This is not the real response from example.com </p> </BODY> </HTML> body_exist: true code: "200" header: etag: - "\"24ec5-1b6-4059a80bfd280\"" last-modified: - Tue, 15 Nov 2005 13:24:10 GMT connection: - Keep-Alive 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 http_version: "1.1" message: OK read: true socket: - !ruby/struct:VCR::RecordedResponse method: :get uri: http://example.com:80/ response: !ruby/object:Net::HTTPOK body: | <HTML> <HEAD> <TITLE>Example Web Page</TITLE> </HEAD> <body> <p> This is another fake response from example.com </p> </BODY> </HTML> body_exist: true code: "200" header: etag: - "\"24ec5-1b6-4059a80bfd280\"" last-modified: - Tue, 15 Nov 2005 13:24:10 GMT connection: - Keep-Alive 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 http_version: "1.1" message: OK read: true socket:
Version data entries
8 entries across 4 versions & 1 rubygems