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

Version Path
vcr-1.3.1 features/fixtures/vcr_cassettes/not_1.9.1/match_requests_on.yml
vcr-1.3.0 features/fixtures/vcr_cassettes/not_1.9.1/match_requests_on.yml
vcr-1.2.0 features/fixtures/vcr_cassettes/not_1.9.1/match_requests_on.yml
vcr-1.1.2 features/fixtures/vcr_cassettes/not_1.9.1/match_requests_on.yml
vcr-1.1.1 features/fixtures/vcr_cassettes/not_1.9.1/match_requests_on.yml