summaryrefslogtreecommitdiffstats
path: root/python/hpack/README
diff options
context:
space:
mode:
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
commite36233586179d0a7ca3312930e9b900eea352e1d (patch)
tree2726546b6b6279d8daa527f7e2d7c634c1eef49e /python/hpack/README
parentc4cc24023d32e7b78d6fb19b4813209c0ce783ef (diff)
downloadslackbuilds-e36233586179d0a7ca3312930e9b900eea352e1d.tar.gz
slackbuilds-e36233586179d0a7ca3312930e9b900eea352e1d.tar.xz
python/hpack: Added (HPACK header compression).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/hpack/README')
-rw-r--r--python/hpack/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/hpack/README b/python/hpack/README
new file mode 100644
index 0000000000..4d9d87f966
--- /dev/null
+++ b/python/hpack/README
@@ -0,0 +1,4 @@
+hpack contains a pure-Python HTTP/2 header encoding (HPACK) logic
+for use in Python programs that implement HTTP/2. It also contains a
+compatibility layer that automatically enables the use of nghttp2 if
+it's available.