slackbuilds/python/python3-h11
fourtysixandtwo d9428de29c
python/python3-h11: Updated for version 0.16.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-04-26 10:17:40 +07:00
..
README
python3-h11.SlackBuild python/python3-h11: Updated for version 0.16.0. 2025-04-26 10:17:40 +07:00
python3-h11.info python/python3-h11: Updated for version 0.16.0. 2025-04-26 10:17:40 +07:00
slack-desc

README

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.