Last active
August 25, 2022 12:44
-
-
Save faruktoptas/c09e1f640dd3b206f94f758c48214e82 to your computer and use it in GitHub Desktop.
curl commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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