Skip to content

Instantly share code, notes, and snippets.

@ihordiachenko
Created March 3, 2020 09:57
Show Gist options
  • Save ihordiachenko/6f3f87071f2c07e55814fb99b50cb383 to your computer and use it in GitHub Desktop.
Save ihordiachenko/6f3f87071f2c07e55814fb99b50cb383 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