Sha256: 14d48b6490bbc1469d85bde45a92a8d14460fb019dc9fd1466b0c0bb023f0684
Contents?: true
Size: 845 Bytes
Versions: 5
Compression:
Stored size: 845 Bytes
Contents
--- - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :get uri: http://example.com:80/embedded_ruby_code 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 15:20:47 GMT server: - Apache/2.2.3 (CentOS) content-length: - "438" age: - "2546" accept-ranges: - bytes body: | Some embedded ruby code: <%= 4 + 3 %> The value of some_variable is: <%= some_variable %> http_version: "1.1"
Version data entries
5 entries across 5 versions & 1 rubygems