
-
    request:
        method: GET
        url: 'http://google.com'
        headers:
            Host: google.com
            Content-Length: 0
    response:
        status: 301
        headers:
            Location: 'http://www.google.com/'
            Content-Type: 'text/html; charset=UTF-8'
            Date: 'Wed, 15 May 2013 04:12:48 GMT'
            Expires: 'Fri, 14 Jun 2013 04:12:48 GMT'
            Cache-Control: 'public, max-age=2592000'
            Server: gws
            Content-Length: '219'
            X-XSS-Protection: '1; mode=block'
            X-Frame-Options: SAMEORIGIN
        body: "This is a annotation test dummy."
