mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
7 lines
283 B
Plaintext
7 lines
283 B
Plaintext
This library contains the HTTP/2 framing code used in the hyper project.
|
|
It provides a pure-Python codebase that is capable of decoding a binary
|
|
stream into HTTP/2 frames.
|
|
|
|
This library is used directly by hyper and a number of other projects to
|
|
provide HTTP/2 frame decoding logic.
|