summaryrefslogtreecommitdiffstats
path: root/python/hpack/README
diff options
context:
space:
mode:
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.