1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/www/libnghttp3/pkg-descr
Sunpoet Po-Chuan Hsieh af837b6a15 Add libnghttp3 0.1.0.g20020114
nghttp3 is an implementation of HTTP/3 mapping over QUIC and QPACK in C. It does
not depend on any particular QUIC transport implementation.

The HTTP/3 library implements HTTP/3 draft-24. It can exchange basic HTTP
request, response and server push, but does not fully implement the
specification at the moment.

The QPACK library implements QPACK draft-11. It supports dynamic table.

WWW: https://github.com/ngtcp2/nghttp3
2020-01-29 19:13:22 +00:00

11 lines
426 B
Plaintext

nghttp3 is an implementation of HTTP/3 mapping over QUIC and QPACK in C. It does
not depend on any particular QUIC transport implementation.
The HTTP/3 library implements HTTP/3 draft-24. It can exchange basic HTTP
request, response and server push, but does not fully implement the
specification at the moment.
The QPACK library implements QPACK draft-11. It supports dynamic table.
WWW: https://github.com/ngtcp2/nghttp3