macOS
brew install nghttp2local Homebrew formula metadata
sudo port install nghttp2MacPorts ports tree · www/nghttp2/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de nghttp2 pour les workflows d'agents IA.
installation
brew install nghttp2local Homebrew formula metadata
sudo port install nghttp2MacPorts ports tree · www/nghttp2/Portfile · Source: api.github.com
sudo apk add nghttp2Alpine Linux edge package indexes · nghttp2 · Source: dl-cdn.alpinelinux.org
sudo apt install nghttp2Debian stable package indexes · nghttp2 · Source: deb.debian.org
sudo dnf install nghttp2Fedora Rawhide package metadata · nghttp2 · Source: dl.fedoraproject.org
nix profile install nixpkgs#nghttp2nixpkgs package indexes · pkgs/by-name/ng/nghttp2/package.nix · Source: api.github.com
sudo zypper install nghttp2openSUSE Tumbleweed package metadata · nghttp2 · Source: download.opensuse.org
aperçu
HTTP/2 C Library
historique
nghttp2 is a C implementation of HTTP/2's framing layer plus command-line tools: `nghttp` for client/frame inspection, `nghttpd` for a test server, `nghttpx` for proxying, and `h2load` for benchmarking. It also exposes HPACK encoding and decoding APIs.
The project came out of the HTTP/2 standardization period. Its own documentation says the code base was forked from Tatsuhiro Tsujikawa's earlier spdylay project, a C implementation of Google's SPDY protocol, and was originally based on RFC 7540 and RFC 7541 before moving toward RFC 9113.
That origin explains the shape of the package: it is not only a library, but a lab bench for HTTP/2. The tools let implementers speak h2 or h2c directly, inspect frames, run a proxy, and stress-test servers while the library handles the binary framing details.
nghttp2 became important because large projects did not want to hand-roll HTTP/2 framing. Apache httpd's documentation says `mod_http2` uses nghttp2 as its implementation base and requires libnghttp2 when building HTTP/2 support.
curl also made nghttp2 part of the mainstream HTTP/2 toolchain. curl's 7.43.0 changelog in June 2015 required nghttp2 1.0.0 or later for HTTP/2 multiplexing support, and everything curl documents HTTP/2 support for HTTP and HTTPS when curl is built with the needed prerequisites.
Developers install nghttp2 directly when they need the command-line tools, or indirectly as a dependency for HTTP clients and servers. `nghttp` is useful for seeing HTTP/2 frames rather than just HTTP semantics, while `h2load` is a quick load generator for h2 endpoints.
Packagers care about nghttp2 because it is a protocol-library dependency with ABI and feature implications. A curl or Apache build with libnghttp2 available can expose HTTP/2 support; without it, the package may build but lose protocol behavior that users assume is present.
nghttp2 is the little C library behind a lot of HTTP/2 enablement. It is a classic packaging multiplier: small on its own, but it changes the capabilities of curl, Apache httpd, and other network stacks that link to it.
posture de sécurité
broad file, network, media, or database tool signal.
risque blue · confiance moyen · tool
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
h2load | cli | exécutable global | |
nghttp | cli | exécutable global | |
nghttpd | cli | exécutable global | |
nghttpx | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/nghttp2/nghttp2
métadonnées d'installation
| Clé du paquet | brew:nghttp2 |
|---|---|
| Version | 1.69.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/nghttp2 |
| Page d'accueil | https://nghttp2.org/ |
| Dépôt | https://github.com/nghttp2/nghttp2 |
| Docs amont | https://nghttp2.org/documentation |
| Licence | MIT |
| Archive source | https://github.com/nghttp2/nghttp2/releases/download/v1.69.0/nghttp2-1.69.0.tar.gz |
| Dernière mise à jour | 2026-06-27T15:56:15-04:00 |
| Pulse | updated |
| Dépendances | c-ares, jemalloc, libev, libnghttp2, openssl@3 |
| Dépendances de compilation | pkgconf |
| Bibliothèques fournies par macOS | libxml2 |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | nghttp2 |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
libnghttp2-14 1.64.0-1.1
library implementing HTTP/2 protocol (shared library)
sudo apt install libnghttp2-14libnghttp2-dev 1.64.0-1.1
library implementing HTTP/2 protocol (development files)
sudo apt install libnghttp2-devlibnghttp2-doc 1.64.0-1.1
library implementing HTTP/2 protocol (documentation)
sudo apt install libnghttp2-docnghttp2 1.64.0-1.1
server, proxy and client implementing HTTP/2
sudo apt install nghttp2nghttp2-client 1.64.0-1.1
client implementing HTTP/2 protocol
sudo apt install nghttp2-clientnghttp2-proxy 1.64.0-1.1
reverse proxy implementing HTTP/2 protocol
sudo apt install nghttp2-proxynghttp2-server 1.64.0-1.1
server implementing HTTP/2 protocol
sudo apt install nghttp2-servernghttp2
nix profile install nixpkgs#nghttp2libnghttp2-14 1.59.0-1build4
library implementing HTTP/2 protocol (shared library)
sudo apt install libnghttp2-14libnghttp2-dev 1.59.0-1build4
library implementing HTTP/2 protocol (development files)
sudo apt install libnghttp2-devlibnghttp2-doc 1.59.0-1build4
library implementing HTTP/2 protocol (documentation)
sudo apt install libnghttp2-docnghttp2 1.59.0-1build4
server, proxy and client implementing HTTP/2
sudo apt install nghttp2nghttp2-client 1.59.0-1build4
client implementing HTTP/2 protocol
sudo apt install nghttp2-clientnghttp2-proxy 1.59.0-1build4
reverse proxy implementing HTTP/2 protocol
sudo apt install nghttp2-proxynghttp2-server 1.59.0-1build4
server implementing HTTP/2 protocol
sudo apt install nghttp2-servernghttp2 1.69.0-r0
HTTP/2 C client, server and proxy
sudo apk add nghttp2piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.