Sha256: da106aec5d2bb7a63fdb33ba3040092bc42c0d1058dceab52d9e902a3984e99d
Contents?: true
Size: 1.15 KB
Versions: 7
Compression:
Stored size: 1.15 KB
Contents
--- - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :get uri: http://example.com:80/before_nested body: headers: response: !ruby/struct:VCR::Response status: !ruby/struct:VCR::ResponseStatus code: 404 message: Not Found headers: connection: - close content-type: - text/html; charset=iso-8859-1 date: - Thu, 25 Feb 2010 15:23:39 GMT server: - Apache/2.2.3 (CentOS) content-length: - "287" body: The before_nested response http_version: "1.1" - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :get uri: http://example.com:80/after_nested body: headers: response: !ruby/struct:VCR::Response status: !ruby/struct:VCR::ResponseStatus code: 404 message: Not Found headers: connection: - close content-type: - text/html; charset=iso-8859-1 date: - Thu, 25 Feb 2010 15:23:39 GMT server: - Apache/2.2.3 (CentOS) content-length: - "286" body: The after_nested response http_version: "1.1"
Version data entries
7 entries across 7 versions & 1 rubygems