Sha256: 7ee1b233a55df990c52eb00586d6dfdddc3348fb4fec1419cc5751f0ed248699

Contents?: true

Size: 1.99 KB

Versions: 2

Compression:

Stored size: 1.99 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: http://localhost:80/
    body: 
    headers: 
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 200
      message: OK
    headers: 
      etag: 
      - "\"24ec5-1b6-4059a80bfd280\""
      last-modified: 
      - Tue, 15 Nov 2005 13:24:10 GMT
      connection: 
      - Keep-Alive
      content-type: 
      - text/html; charset=UTF-8
      date: 
      - Thu, 25 Feb 2010 07:53:51 GMT
      server: 
      - Apache/2.2.3 (CentOS)
      content-length: 
      - "438"
      age: 
      - "9260"
      accept-ranges: 
      - bytes
    body: Localhost response
    http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: http://127.0.0.1:80/
    body: 
    headers: 
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 404
      message: Not Found
    headers: 
      content-type: 
      - text/html; charset=iso-8859-1
      connection: 
      - close
      server: 
      - Apache/2.2.3 (CentOS)
      date: 
      - Thu, 25 Feb 2010 07:53:52 GMT
      content-length: 
      - "277"
    body: 127.0.0.1 response
    http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: http://example.com:80/
    body: 
    headers: 
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 200
      message: OK
    headers: 
      etag: 
      - "\"24ec5-1b6-4059a80bfd280\""
      last-modified: 
      - Tue, 15 Nov 2005 13:24:10 GMT
      connection: 
      - Keep-Alive
      content-type: 
      - text/html; charset=UTF-8
      date: 
      - Thu, 25 Feb 2010 07:53:51 GMT
      server: 
      - Apache/2.2.3 (CentOS)
      content-length: 
      - "438"
      age: 
      - "9260"
      accept-ranges: 
      - bytes
    body: example.com response
    http_version: "1.1"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vcr-1.1.2 spec/fixtures/not_1.9.1/cassette_spec/with_localhost_requests.yml
vcr-1.1.1 spec/fixtures/not_1.9.1/cassette_spec/with_localhost_requests.yml