https://bugzilla.redhat.com/show_bug.cgi?id=1628367 Bug ID: 1628367 Summary: Review Request: python-h11 - A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: carl@george.computer QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Spec URL: https://copr-be.cloud.fedoraproject.org/results/carlwgeorge/python-trio/fedora-rawhide-x86_64/00797541-python-h11/python-h11.spec SRPM URL: https://copr-be.cloud.fedoraproject.org/results/carlwgeorge/python-trio/fedora-rawhide-x86_64/00797541-python-h11/python-h11-0.8.1-1.fc30.src.rpm 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. Fedora Account System Username: carlwgeorge -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx