Name Description Size
__init__.py hyperframe ~~~~~~~~~~ A module for providing a pure-Python HTTP/2 framing layer. 136
exceptions.py hyperframe/exceptions ~~~~~~~~~~~~~~~~~~~~~ Defines the exceptions that can be thrown by hyperframe. 1607
flags.py hyperframe/flags ~~~~~~~~~~~~~~~~ Defines basic Flag and Flags data structures. 1386
frame.py hyperframe/frame ~~~~~~~~~~~~~~~~ Defines framing logic for HTTP/2. Provides both classes to represent framed data and logic for aiding the connection when it comes to reading from the socket. 31981
py.typed 0