Sha256: b848e30cadb15d554c9aaf9336f06dcc18a140f79c09d80ad289e3043bd44034
Contents?: true
Size: 911 Bytes
Versions: 5
Compression:
Stored size: 911 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