Skip to content

Instantly share code, notes, and snippets.

@carltondickson
Created January 29, 2015 10:06
Show Gist options
  • Save carltondickson/470f6eb9cde8b7e1e7aa to your computer and use it in GitHub Desktop.
Save carltondickson/470f6eb9cde8b7e1e7aa to your computer and use it in GitHub Desktop.
Curl commands
# Head request and show headers only
curl -I www.acooke.org
curl --head www.acooke.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment