fourtysixandtwo 1f5f211322 python/python3-h11: Added (little HTTP/1.1 library in Python) vor 2 Jahren
..
README 1f5f211322 python/python3-h11: Added (little HTTP/1.1 library in Python) vor 2 Jahren
python3-h11.SlackBuild 1f5f211322 python/python3-h11: Added (little HTTP/1.1 library in Python) vor 2 Jahren
python3-h11.info 1f5f211322 python/python3-h11: Added (little HTTP/1.1 library in Python) vor 2 Jahren
slack-desc 1f5f211322 python/python3-h11: Added (little HTTP/1.1 library in Python) vor 2 Jahren

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.