nghttp2

HTTP/2 C Library with command-line utilities for HTTP/2 protocol

brewmacoslinux
Try with needOr install directly
Source

About

HTTP/2 C Library

Commands

h2loadnghttpnghttpdnghttpx

Examples

Benchmark HTTP/2 server with concurrent requests$ h2load -n 1000 -c 100 https://example.com
Fetch resource using HTTP/2 protocol$ nghttp -v https://example.com/path
Start simple HTTP/2 server on port 8080$ nghttpd -v 8080