-
    request:
        method: POST
        url: 'http://example.com'
        headers:
            host: example.com
            user-agent: 'Guzzle/3.8.1 curl/7.30.0 PHP/5.4.16'
            content-length: 0
    response:
        status: 200
        headers:
            Accept-Ranges: bytes
            Cache-Control: max-age=604800
            Content-Type: text/html
            Date: 'Wed, 26 Feb 2014 21:50:54 GMT'
            Etag: '"359670651"'
            Expires: 'Wed, 05 Mar 2014 21:50:54 GMT'
            Last-Modified: 'Fri, 09 Aug 2013 23:54:35 GMT'
            Server: 'EOS (lax004/45BF)'
            x-ec-custom-error: '1'
            Content-Length: '1270'
        body: "This is a guzzle test dummy."
