Skip to content

Instantly share code, notes, and snippets.

@ihordiachenko
Created March 3, 2020 09:57
Show Gist options
  • Save ihordiachenko/008c30a7d4343fb7f3689cb8f5d2a1e4 to your computer and use it in GitHub Desktop.
Save ihordiachenko/008c30a7d4343fb7f3689cb8f5d2a1e4 to your computer and use it in GitHub Desktop.
Check HTTP version of an endpoint
curl -sI https://curl.haxx.se -o/dev/null -w '%{http_version}\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment