blob: 4d9d87f966bbe0957d41760f77eec3083500ac71 (
plain)
1
2
3
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.
|