diff options
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 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. |