Skip to content

Instantly share code, notes, and snippets.

@Hazer
Created April 25, 2019 18:45
Show Gist options
  • Save Hazer/a951c6661c32414b2654dcba1561288c to your computer and use it in GitHub Desktop.
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
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