Sha256: 6b5c1735efb9790722fb7ba639888feb3fd45df3cbb62df10f48765d0d6fe745
Contents?: true
Size: 887 Bytes
Versions: 5
Compression:
Stored size: 887 Bytes
Contents
--- - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :post uri: http://example.com:80/ body: foo=bar headers: x-http-user: - bob response: !ruby/struct:VCR::Response status: !ruby/struct:VCR::ResponseStatus code: 200 message: OK headers: etag: - "\"24ec5-1b6-4059a80bfd280\"" body: foo=bar response | bob response http_version: "1.1" - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :post uri: http://example.com:80/ body: bar=bazz headers: x-http-user: - joe response: !ruby/struct:VCR::Response status: !ruby/struct:VCR::ResponseStatus code: 200 message: OK headers: etag: - "\"24ec5-1b6-4059a80bfd280\"" body: bar=bazz response | joe response http_version: "1.1"
Version data entries
5 entries across 5 versions & 1 rubygems