libnghttp2

HTTP/2 C library for building HTTP/2 clients and servers

brewmacoslinux
Try with needOr install directly
Source

About

HTTP/2 C Library

Commands

h2loadnghttpnghttpdnghttpx

Examples

Load test an HTTP/2 server with concurrent requests$ h2load -n 10000 -c 100 https://example.com
Fetch a resource from an HTTP/2 server$ nghttp https://example.com/path/to/resource
Start a simple HTTP/2 server on port 8443$ nghttpd -v 8443