h2load
server, proxy and client implementing HTTP/2
Install
- All systems
-
curl cmd.cat/h2load.sh
- Debian
-
apt-get install nghttp2-client
- Ubuntu
-
apt-get install nghttp2-client
- Alpine
-
apk add nghttp2
- Arch Linux
-
pacman -S nghttp2
- Kali Linux
-
apt-get install nghttp2-client
- Fedora
-
dnf install nghttp2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nghttp2-client
- OS X
-
brew install nghttp2
- Raspbian
-
apt-get install nghttp2
- Dockerfile
- dockerfile.run/h2load
- Docker
-
docker run cmd.cat/h2load h2load
powered by Commando
nghttp2
server, proxy and client implementing HTTP/2
This package will install a set of programs implementing the HTTP/2 protocol: a standalone server (nghttp2-server), a reverse proxy (nghttp2-proxy) and a client (nghttp2-client). It provides no files on its own and is not necessary for these programs to work.
nghttp2-client
client implementing HTTP/2 protocol
This is a command line client implementing the HTTP/2 protocol. It gives access to many low-level and advanced aspects of the protocol and therefore is useful for debugging.