nghttp3 1.10.1
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.
- Outputs:
out
- Website: https://nghttp2.org/nghttp3/
- Licenses: Expat
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install nghttp3 1.10.1
as follows:
guix install nghttp3@1.10.1
Or install the latest version:
guix install nghttp3
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.