Sha256: cd9663e062b103d433e009429e8b76e157f0b54d7b9a5e8b6fcbc4b76d3bd3bf
Contents?: true
Size: 1.54 KB
Versions: 3
Compression:
Stored size: 1.54 KB
Contents
--- - !ruby/struct:VCR::HTTPInteraction :request: !ruby/struct:VCR::Request :method: :get :uri: http://example.com:80/a :body: :headers: :response: !ruby/struct:VCR::Response :status: !ruby/struct:VCR::ResponseStatus :code: 200 :message: OK :headers: etag: - "\"24ec5-1b6-4059a80bfd280\"" :body: a response 1 :http_version: "1.1" - !ruby/struct:VCR::HTTPInteraction :request: !ruby/struct:VCR::Request :method: :get :uri: http://example.com:80/a :body: :headers: :response: !ruby/struct:VCR::Response :status: !ruby/struct:VCR::ResponseStatus :code: 200 :message: OK :headers: etag: - "\"24ec5-1b6-4059a80bfd280\"" :body: a response 2 :http_version: "1.1" - !ruby/struct:VCR::HTTPInteraction :request: !ruby/struct:VCR::Request :method: :get :uri: http://example.com:80/b :body: :headers: :response: !ruby/struct:VCR::Response :status: !ruby/struct:VCR::ResponseStatus :code: 200 :message: OK :headers: etag: - "\"24ec5-1b6-4059a80bfd280\"" :body: b response 1 :http_version: "1.1" - !ruby/struct:VCR::HTTPInteraction :request: !ruby/struct:VCR::Request :method: :get :uri: http://example.com:80/b :body: :headers: :response: !ruby/struct:VCR::Response :status: !ruby/struct:VCR::ResponseStatus :code: 200 :message: OK :headers: etag: - "\"24ec5-1b6-4059a80bfd280\"" :body: b response 2 :http_version: "1.1"
Version data entries
3 entries across 3 versions & 1 rubygems