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/README | |
parent | c4cc24023d32e7b78d6fb19b4813209c0ce783ef (diff) |
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/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/hpack/README b/python/hpack/README new file mode 100644 index 000000000000..4d9d87f966bb --- /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. |