Skip to content

Instantly share code, notes, and snippets.

@stefanbirkner
Created January 8, 2015 07:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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