summaryrefslogtreecommitdiff
path: root/net/py-hpack/DESCR
diff options
context:
space:
mode:
authorleot <leot>2015-08-23 14:06:11 +0000
committerleot <leot>2015-08-23 14:06:11 +0000
commit8d5395d19273e1b2c11d1da904b8131eaec7ac0e (patch)
treef136ddd5e5e781b4f60f24547e40b02688743eac /net/py-hpack/DESCR
parent9341c3ed99302c9d042888b7e18ed83162dde97e (diff)
downloadpkgsrc-8d5395d19273e1b2c11d1da904b8131eaec7ac0e.tar.gz
Import net/py-hpack as py-hpack-1.1.0 (needed to update net/mitmproxy).
ok bsiegert@. 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.
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.