diff options
| author | Tonus <tonus1@free.fr> | 2025-08-09 22:29:30 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-10 00:33:05 +0700 |
| commit | b60a5ddbfe15aed83550e1c0dbb1ddeced13be4b (patch) | |
| tree | a272d6368e71d5e2c2880d58a8410c6d91fde547 /python/python3-hyperframe/README | |
| parent | 3406393dc02cda9b8e32c89b7b21e6cac197bc9a (diff) | |
python/python3-hyperframe: Added (Pure-Python HTTP/2 framing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-hyperframe/README')
| -rw-r--r-- | python/python3-hyperframe/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-hyperframe/README b/python/python3-hyperframe/README new file mode 100644 index 0000000000..ff3f9d1a45 --- /dev/null +++ b/python/python3-hyperframe/README @@ -0,0 +1,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. |
