diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-05-04 06:03:33 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:31 +0700 |
| commit | 1f5f211322e97b679fd5d90e58ddb11c2559559e (patch) | |
| tree | f8313bf3406a0ce5ddfc35dc42cbfc5da2d60925 /python/python3-h11/README | |
| parent | bd3adb979730687af81305806edb3539c941a4b2 (diff) | |
python/python3-h11: Added (little HTTP/1.1 library in Python)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-h11/README')
| -rw-r--r-- | python/python3-h11/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-h11/README b/python/python3-h11/README new file mode 100644 index 0000000000..982a6e818d --- /dev/null +++ b/python/python3-h11/README @@ -0,0 +1,8 @@ +python3-h11 (little HTTP/1.1 library written from scratch in Python) + +It's a "bring-your-own-I/O" library; h11 contains no IO code +whatsoever. This means you can hook h11 up to your favorite network +API, and that could be anything you want: synchronous, threaded, +asynchronous, or your own implementation of RFC 6214 - h11 won't judge +you. + |
