pkg.soopen package index

brew / Rang 682

nghttp2 mit Homebrew, apk, apt, dnf, MacPorts, Nix, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für nghttp2 in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install nghttp2

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install nghttp2

MacPorts ports tree · www/nghttp2/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add nghttp2

Alpine Linux edge package indexes · nghttp2 · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install nghttp2

Debian stable package indexes · nghttp2 · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install nghttp2

Fedora Rawhide package metadata · nghttp2 · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#nghttp2

nixpkgs package indexes · pkgs/by-name/ng/nghttp2/package.nix · Quelle: api.github.com

openSUSE zypperverifiziert · 92%
sudo zypper install nghttp2

openSUSE Tumbleweed package metadata · nghttp2 · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

HTTP/2 C Library

Befehle und Aliase

  • h2load
  • nghttp
  • nghttpd
  • nghttpx

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2012: Source files in the nghttp2 tree carry early copyright dates from Tatsuhiro Tsujikawa's implementation work.
  • 2013: nghttp2 emerged from the spdylay/SPDY lineage during HTTP/2 standardization.
  • 2015-06-17: curl 7.43.0 documented HTTP/2 multiplexing support requiring nghttp2 1.0.0 or later.
  • 2015: Apache httpd 2.4 HTTP/2 support standardized around `mod_http2`, which uses libnghttp2 as its implementation base.

Related projects

  • spdylay
  • HTTP/2
  • HPACK
  • curl
  • Apache httpd mod_http2

Sicherheitslage

Risikostufe: blue

broad file, network, media, or database tool signal.

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

  • broad file, network, media, or database tool signal

Signale

  • text:http

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
h2loadExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
nghttpExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
nghttpdExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
nghttpxExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version1.70.0
Manager aktualisiert2026-08-01
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:nghttp2
Version1.70.0
PaketmanagerHomebrew
Homepagehttps://nghttp2.org/
Repositoryhttps://github.com/nghttp2/nghttp2
Zuletzt aktualisiert2026-08-01T13:15:08Z
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

libnghttp2-14 1.64.0-1.1+deb13u1

library implementing HTTP/2 protocol (shared library)

https://nghttp2.org/

sudo apt install libnghttp2-14
  • Section: libs
  • Architecture: amd64
  • Source Package: nghttp2
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libnghttp2-14 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libnghttp2-dev 1.64.0-1.1+deb13u1

library implementing HTTP/2 protocol (development files)

https://nghttp2.org/

sudo apt install libnghttp2-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: nghttp2
  • 2 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libnghttp2-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libnghttp2-doc 1.64.0-1.1+deb13u1

library implementing HTTP/2 protocol (documentation)

https://nghttp2.org/

sudo apt install libnghttp2-doc
  • Section: doc
  • Architecture: all
  • Source Package: nghttp2
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libnghttp2-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

nghttp2 1.64.0-1.1+deb13u1

server, proxy and client implementing HTTP/2

https://nghttp2.org/

sudo apt install nghttp2
  • Section: httpd
  • Architecture: all
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Debian stable package indexes · deb.debian.org · Debian stable package indexes: nghttp2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

nghttp2-client 1.64.0-1.1+deb13u1

client implementing HTTP/2 protocol

https://nghttp2.org/

sudo apt install nghttp2-client
  • Section: httpd
  • Architecture: amd64
  • Source Package: nghttp2
  • 10 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Debian stable package indexes · deb.debian.org · Debian stable package indexes: nghttp2-client from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

nghttp2-proxy 1.64.0-1.1+deb13u1

reverse proxy implementing HTTP/2 protocol

https://nghttp2.org/

sudo apt install nghttp2-proxy
  • Section: httpd
  • Architecture: amd64
  • Source Package: nghttp2
  • 11 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Debian stable package indexes · deb.debian.org · Debian stable package indexes: nghttp2-proxy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

nghttp2-server 1.64.0-1.1+deb13u1

server implementing HTTP/2 protocol

https://nghttp2.org/

sudo apt install nghttp2-server
  • Section: httpd
  • Architecture: amd64
  • Source Package: nghttp2
  • 8 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Debian stable package indexes · deb.debian.org · Debian stable package indexes: nghttp2-server from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

nghttp2

nix profile install nixpkgs#nghttp2
  • normalized package name match
  • Abgeglichen nach: Nghttp2
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ng/nghttp2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libnghttp2-14 1.59.0-1build4

library implementing HTTP/2 protocol (shared library)

https://nghttp2.org/

sudo apt install libnghttp2-14
  • Section: libs
  • Architecture: amd64
  • Source Package: nghttp2
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnghttp2-14 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libnghttp2-dev 1.59.0-1build4

library implementing HTTP/2 protocol (development files)

https://nghttp2.org/

sudo apt install libnghttp2-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: nghttp2
  • 2 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnghttp2-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libnghttp2-doc 1.59.0-1build4

library implementing HTTP/2 protocol (documentation)

https://nghttp2.org/

sudo apt install libnghttp2-doc
  • Section: doc
  • Architecture: all
  • Source Package: nghttp2
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnghttp2-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

nghttp2 1.59.0-1build4

server, proxy and client implementing HTTP/2

https://nghttp2.org/

sudo apt install nghttp2
  • Section: universe/httpd
  • Architecture: all
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nghttp2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

nghttp2-client 1.59.0-1build4

client implementing HTTP/2 protocol

https://nghttp2.org/

sudo apt install nghttp2-client
  • Section: universe/httpd
  • Architecture: amd64
  • Source Package: nghttp2
  • 10 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nghttp2-client from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

nghttp2-proxy 1.59.0-1build4

reverse proxy implementing HTTP/2 protocol

https://nghttp2.org/

sudo apt install nghttp2-proxy
  • Section: universe/httpd
  • Architecture: amd64
  • Source Package: nghttp2
  • 12 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nghttp2-proxy from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

nghttp2-server 1.59.0-1build4

server implementing HTTP/2 protocol

https://nghttp2.org/

sudo apt install nghttp2-server
  • Section: universe/httpd
  • Architecture: amd64
  • Source Package: nghttp2
  • 8 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nghttp2-server from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

nghttp2 1.70.0-r0

HTTP/2 C client, server and proxy

https://nghttp2.org

sudo apk add nghttp2
  • License: MIT
  • Architecture: x86_64
  • Source Package: nghttp2
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Nghttp2
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nghttp2 from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation