h2spec

HTTP/2 implementation conformance testing tool

brewmacoslinux
Try with needOr install directly
Source

About

Conformance testing tool for HTTP/2 implementation

Commands

h2spec

Examples

Test HTTP/2 conformance of a server running on localhost:8080$ h2spec -target-url http://localhost:8080
Run HTTP/2 tests against a remote server with verbose output$ h2spec -target-url https://example.com -v
Test specific HTTP/2 section conformance (e.g., section 5.1)$ h2spec -target-url http://localhost:8080 -s 5.1