Skip to content

Instantly share code, notes, and snippets.

@latompa
Created April 29, 2011 20:26
Show Gist options
  • Save latompa/948972 to your computer and use it in GitHub Desktop.
Save latompa/948972 to your computer and use it in GitHub Desktop.
sample curl session
curl -v http://www.nytimes.com
> GET / HTTP/1.1
> User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
> Host: www.nytimes.com
> Accept: */*
< Server: Sun-ONE-Web-Server/6.1
< Date: Fri, 29 Apr 2011 20:25:26 GMT
< Content-type: text/html; charset=UTF-8
< Expires: Thu, 01 Dec 1994 16:00:00 GMT
...page data...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment