From e36233586179d0a7ca3312930e9b900eea352e1d Mon Sep 17 00:00:00 2001 From: Brenton Earl Date: Wed, 25 Nov 2015 18:05:10 +0700 Subject: python/hpack: Added (HPACK header compression). Signed-off-by: Willy Sudiarto Raharjo --- python/hpack/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/hpack/slack-desc (limited to 'python/hpack/slack-desc') 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: -- cgit v1.2.3