Letter P

python-h11 - A pure-Python, bring-your-own-I/O implementation of HTTP/1.1

Website: https://github.com/python-hyper/h11
License: MIT
Vendor: Alcance Libre, Inc.
Description:
This is a little HTTP/1.1 library written from scratch in Python, heavily
inspired by hyper-h2.  It is 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 will not judge you.  This also means
that h11 is not immediately useful out of the box: it is a toolkit for building
programs that speak HTTP, not something that could directly replace requests or
twisted.web or whatever.  But h11 makes it much easier to implement something
like requests or twisted.web.

Packages

python-h11-0.12.0-1.fc14.al.src [100 KiB] Changelog by Joel Capitao (2021-01-05):
- Update to 0.12.0 (#1868613)

Listing created by Repoview-0.6.6-6.fc14.al