diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-11-25 18:05:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:25:59 +0700 |
commit | e36233586179d0a7ca3312930e9b900eea352e1d (patch) | |
tree | 2726546b6b6279d8daa527f7e2d7c634c1eef49e /python/hpack/slack-desc | |
parent | c4cc24023d32e7b78d6fb19b4813209c0ce783ef (diff) | |
download | slackbuilds-e36233586179d0a7ca3312930e9b900eea352e1d.tar.gz |
python/hpack: Added (HPACK header compression).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/hpack/slack-desc')
-rw-r--r-- | python/hpack/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/hpack/slack-desc b/python/hpack/slack-desc new file mode 100644 index 0000000000..77070d7e67 --- /dev/null +++ b/python/hpack/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------------------------------------------------------| +hpack: hpack (Pure-Python HPACK header compression) +hpack: +hpack: hpack contains a pure-Python HTTP/2 header encoding (HPACK) logic +hpack: for use in Python programs that implement HTTP/2. It also contains a +hpack: compatibility layer that automatically enables the use of nghttp2 if +hpack: it's available. +hpack: +hpack: Home page: http://hyper.rtfd.org/ +hpack: +hpack: +hpack: |