Created
December 18, 2014 06:49
-
-
Save betawax/92a5945d00ffe8354de2 to your computer and use it in GitHub Desktop.
Get the HTTP response and request header with curl
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 -I http://example.com | |
curl -v -I http://example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment