
-
    request:
        method: GET
        url: 'http://example.com'
        headers:
            host: example.com
            content-length: 0
    response:
        status: 200
        headers:
            Accept-Ranges: bytes
            Cache-Control: max-age=604800
            Content-Type: text/html
            Date: 'Sat, 12 Oct 2013 19:40:38 GMT'
            Expires: 'Sat, 19 Oct 2013 19:40:38 GMT'
            Last-Modified: 'Fri, 09 Aug 2013 23:54:35 GMT'
            Content-Length: '1270'
        body: "This is a stream wrapper test dummy."
