summaryrefslogtreecommitdiff
path: root/net/py-hpack/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-hpack/DESCR')
-rw-r--r--net/py-hpack/DESCR3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/py-hpack/DESCR b/net/py-hpack/DESCR
new file mode 100644
index 00000000000..6ee935eb97b
--- /dev/null
+++ b/net/py-hpack/DESCR
@@ -0,0 +1,3 @@
+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.