Created
April 25, 2019 18:45
-
-
Save Hazer/a951c6661c32414b2654dcba1561288c to your computer and use it in GitHub Desktop.
Curl shortcut to show only headers and informations but not showing response body
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
curl -svo. <URL> | |
curl -svo. -X POST <URL> | |
# https://stackoverflow.com/a/55164669/4344807 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment