Skip to content

Instantly share code, notes, and snippets.

@faruktoptas
Last active August 25, 2022 12:44
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 faruktoptas/c09e1f640dd3b206f94f758c48214e82 to your computer and use it in GitHub Desktop.
Save faruktoptas/c09e1f640dd3b206f94f758c48214e82 to your computer and use it in GitHub Desktop.
curl commands
# Add curl
apk add curl
# Response time
curl -o /dev/null -s -w 'Total: %{time_total}s\n' https://www.google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment