libnghttp2

HTTP/2 C library for building fast, modern web applications.

brewmacoslinux
Try with needOr install directly
Source

About

HTTP/2 C Library

Commands

h2loadnghttp

Examples

test website performance with http2 requests$ h2load -n 1000 -c 10 https://example.com
download file using http2 protocol$ nghttp -O https://example.com/file.tar.gz
check http2 support on a website$ nghttp -v https://example.com
measure request response time with multiple connections$ h2load -D 5 -c 50 https://example.com
load test api endpoint with concurrent requests$ h2load -n 5000 -c 100 -m 10 https://api.example.com/endpoint