Sha256: 4dd6db7933c70d20a81db16d285dd90e882d3aaf0bea11992234e8cdaed77e3d
Contents?: true
Size: 938 Bytes
Versions: 14
Compression:
Stored size: 938 Bytes
Contents
--- - !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: server: - Apache/2.2.3 (Red Hat) last-modified: - Tue, 15 Nov 2005 13:24:10 GMT etag: - "\"b300b4-1b6-4059a80bfd280\"" accept-ranges: - bytes content-type: - text/html; charset=UTF-8 connection: - Keep-Alive date: - Thu, 28 Jan 2010 07:14:48 GMT age: - "1696" content-length: - "438" :body: | <HTML> <HEAD> <TITLE>Example Web Page</TITLE> </HEAD> <body> <p> This is not the real response from example.com </p> </BODY> </HTML> :http_version: "1.1"
Version data entries
14 entries across 7 versions & 1 rubygems