mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
cfe63dcd63
nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C. Signed-off-by: Michaël Burtin <michael.burtin@netgem.com> Signed-off-by: Anisse Astier <anisse.astier.ext@netgem.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
config BR2_PACKAGE_NGHTTP2
|
|
bool "nghttp2"
|
|
help
|
|
nghttp2 is an implementation of HTTP/2 and its header
|
|
compression algorithm HPACK in C.
|
|
|
|
https://nghttp2.org/
|