HTTP/2 framing layer for Python
Project description
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.
Contributing
hyperframe welcomes contributions from anyone! Unlike many other projects we are happy to accept cosmetic contributions and small contributions, in addition to large feature requests and changes.
Before you contribute (either by opening an issue or filing a pull request), please read the contribution guidelines.
License
hyperframe is made available under the MIT License. For more details, see the LICENSE file in the repository.
Release History
1.1.1 (2015-07-20)
Fix a bug where FRAME_MAX_LEN was one byte too small.
1.1.0 (2015-06-28)
Add body_len property to frames to enable introspection of the actual frame length. Thanks to @jdecuyper!
1.0.1 (2015-06-27)
Fix bug where the frame header would have an incorrect length added to it.
1.0.0 (2015-04-12)
Initial extraction from hyper.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for hyperframe-1.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 672a9a52b0f42a196ad3600fe661a45569f57c973606c8582794ee54d5c6dbe5 |
|
MD5 | cd5b5df179f0a86ff0828962c9cf061e |
|
BLAKE2b-256 | 7d5e4ca538d91cc0d0320ba99fbfbe8966e071c21c3ab829cc0bda83bbbdd139 |