diff options
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 |
commit | 7e7afbfcb3fcf7bda74e6e855601740787ce4e03 (patch) | |
tree | d20cfb04f4eff08d91d15d61f32dccc01900b295 /network/nghttp2/slack-desc | |
parent | da33ac50b833eeef66683e8271a3f4dd3e0e2991 (diff) |
network/nghttp2: Added (HTTP/2 implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nghttp2/slack-desc')
-rw-r--r-- | network/nghttp2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/nghttp2/slack-desc b/network/nghttp2/slack-desc new file mode 100644 index 0000000000000..a1d218da43644 --- /dev/null +++ b/network/nghttp2/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +nghttp2: nghttp2 (HTTP/2 implementation) +nghttp2: +nghttp2: nghttp2 is an implementation of HTTP/2 and its header compression +nghttp2: algorithm HPACK in C. +nghttp2: The framing layer of HTTP/2 is implemented as a form of reusable C +nghttp2: library. +nghttp2: +nghttp2: Homepage: https://nghttp2.org/ +nghttp2: +nghttp2: +nghttp2: |