Skip to content

Instantly share code, notes, and snippets.

Created January 23, 2013 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4605239 to your computer and use it in GitHub Desktop.
Save anonymous/4605239 to your computer and use it in GitHub Desktop.
$ curl -vs 'http://g1.globo.com' >&-
* About to connect() to g1.globo.com port 80 (#0)
* Trying 186.192.82.114... connected
* Connected to g1.globo.com (186.192.82.114) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8r zlib/1.2.3
> Host: g1.globo.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: text/html
< Vary: Accept-Encoding
< Expires: Wed, 23 Jan 2013 12:56:08 GMT
< Cache-Control: max-age=10
< Content-Length: 199163
< Date: Wed, 23 Jan 2013 12:55:58 GMT
< X-Varnish: 2512777515
< Age: 0
< Connection: keep-alive
< X-Bip: 2512777515 70 227
< Via: 1.1 CachOS
<
{ [data not shown]
* Failed writing body (0 != 1460)
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment