rendered paste body$ curl -v http://en.wikipedia.org/
* About to connect() to en.wikipedia.org port 80 (#0)
* Trying 208.80.152.2... connected
* Connected to en.wikipedia.org (208.80.152.2) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.16.4 (i386-apple-darwin9.0) libcurl/7.16.4 OpenSSL/0.9.7l zlib/1.2.3
> Host: en.wikipedia.org
> Accept: */*
>
* HTTP 1.0, assume close after body
< HTTP/1.0 301 Moved Permanently
< Date: Mon, 23 May 2011 01:29:28 GMT
< Server: Apache
< Cache-Control: s-maxage=1200, must-revalidate, max-age=0
< Vary: Accept-Encoding,Cookie
< Last-Modified: Mon, 23 May 2011 01:29:28 GMT
< Location: http://en.wikipedia.org/wiki/Main_Page
< Content-Length: 0
< Content-Type: text/html; charset=utf-8
< Age: 7
< X-Cache: HIT from sq61.wikimedia.org
< X-Cache-Lookup: HIT from sq61.wikimedia.org:3128
< X-Cache: MISS from sq71.wikimedia.org
< X-Cache-Lookup: MISS from sq71.wikimedia.org:80
< Connection: close
<
* Closing connection #0