nghttp3
HTTP/3 protocol library
nghttp3 is an implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C. It does not depend on any particular QUIC transport implementation.
It implements extensions specified in RFC 9218 and RFC 9220. It supports SETTINGS_H3_DATAGRAM from RFC 9297.
It does not support server push.
- Versions: 1.10.1
- Website: https://nghttp2.org/nghttp3/
- Licenses: Expat
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of nghttp3
as follows:
guix install nghttp3
Or install a particular version:
guix install nghttp3@1.10.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of nghttp3 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/nghttp3'><img src='https://packages.guix.gnu.org/packages/nghttp3/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/nghttp3)
Example Org:
[[https://packages.guix.gnu.org/packages/nghttp3][https://packages.guix.gnu.org/packages/nghttp3/badges/latest-version.svg]]