summaryrefslogtreecommitdiffstats
path: root/python/python3-h11/README
blob: 982a6e818d251e5f2513f0c93f4223d01f5b1063 (plain)
1
2
3
4
5
6
7
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.