From 7e7afbfcb3fcf7bda74e6e855601740787ce4e03 Mon Sep 17 00:00:00 2001 From: Marcel Saegebarth Date: Tue, 26 Jul 2016 08:04:50 +0700 Subject: network/nghttp2: Added (HTTP/2 implementation). Signed-off-by: Willy Sudiarto Raharjo --- network/nghttp2/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 network/nghttp2/README (limited to 'network/nghttp2/README') diff --git a/network/nghttp2/README b/network/nghttp2/README new file mode 100644 index 0000000000000..3d05758f54d11 --- /dev/null +++ b/network/nghttp2/README @@ -0,0 +1,4 @@ +nghttp2 is an implementation of HTTP/2 and its header compression +algorithm HPACK in C. +The framing layer of HTTP/2 is implemented as a form of reusable C +library. -- cgit v1.2.3