summaryrefslogtreecommitdiffstats
path: root/network/nghttp2/README
diff options
context:
space:
mode:
author Marcel Saegebarth <marc@mos6581.de>2016-07-26 08:04:50 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-30 06:03:38 +0700
commit7e7afbfcb3fcf7bda74e6e855601740787ce4e03 (patch)
treed20cfb04f4eff08d91d15d61f32dccc01900b295 /network/nghttp2/README
parentda33ac50b833eeef66683e8271a3f4dd3e0e2991 (diff)
downloadslackbuilds-7e7afbfcb3fcf7bda74e6e855601740787ce4e03.tar.gz
slackbuilds-7e7afbfcb3fcf7bda74e6e855601740787ce4e03.tar.xz
network/nghttp2: Added (HTTP/2 implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nghttp2/README')
-rw-r--r--network/nghttp2/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/network/nghttp2/README b/network/nghttp2/README
new file mode 100644
index 0000000000..3d05758f54
--- /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.