Skip to content

Instantly share code, notes, and snippets.

@stefanbirkner
Created January 8, 2015 07:30
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 stefanbirkner/e6e3ce5fdfcc1c662d55 to your computer and use it in GitHub Desktop.
Save stefanbirkner/e6e3ce5fdfcc1c662d55 to your computer and use it in GitHub Desktop.
My cURL Cheat Sheet.

Show timing information

curl -o /dev/null -s -w %{time_connect}:%{time_starttransfer}:%{time_total} <URL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment