nghttp
server, proxy and client implementing HTTP/2
Install
- All systems
-
curl cmd.cat/nghttp.sh
- Debian
-
apt-get install nghttp2 - Ubuntu
-
apt-get install nghttp2 -
Alpine
-
apk add nghttp2 - Arch Linux
-
pacman -S nghttp2 - Kali Linux
-
apt-get install nghttp2 - Fedora
-
dnf install nghttp2 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install nghttp2 - OS X
-
brew install nghttp2 - Raspbian
-
apt-get install nghttp2 - Docker
-
docker run cmd.cat/nghttp nghttppowered 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.