mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
7 lines
255 B
Plaintext
7 lines
255 B
Plaintext
This module 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.
|
|
|
|
WWW: http://hyper.rtfd.org/
|