blob: b81b4ceaca88e9ac7e95495fe5ed777a679d9909 (
plain) (
blame)
1
2
3
4
5
6
|
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.
|