https://github.com/xyproto/http2check
:white_check_mark: Utility for checking if a web server supports HTTP/2
https://github.com/xyproto/http2check
http2 network utility
Last synced: 4 months ago
JSON representation
:white_check_mark: Utility for checking if a web server supports HTTP/2
- Host: GitHub
- URL: https://github.com/xyproto/http2check
- Owner: xyproto
- License: bsd-3-clause
- Created: 2015-03-04T19:26:55.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T23:11:02.000Z (about 4 years ago)
- Last Synced: 2025-03-29T03:04:18.833Z (about 1 year ago)
- Topics: http2, network, utility
- Language: Go
- Homepage:
- Size: 3.12 MB
- Stars: 49
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http2check
Utility for checking if a given server supports HTTP/2.
Installation
------------
For Go 1.17 or later:
go install github.com/xyproto/http2check@latest
Example usage
-------------
http2check twitter.com
Output:
~~~
GET https://twitter.com
[protocol] HTTP/2.0
[status] 200 OK
~~~
Limitations
-----------
* IPv6 addresses are not supported.
General information
-------------------
* Version: 0.7.2
* License: BSD-3
* Alexander F. Rødseth