This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author graingert
Recipients docs@python, graingert
Date 2021-08-13.06:41:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628836870.78.0.245525781075.issue44908@roundup.psfhosted.org>
In-reply-to
Content
HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.

It's also broadly compatible and inspired by the requests API: https://github.com/encode/httpx/blob/master/docs/compatibility.md#requests-compatibility-guide


Currently the project is looking to get a link from the docs to https://www.python-httpx.org/

here's the upstream issue https://github.com/encode/httpx/issues/1772
History
Date User Action Args
2021-08-13 06:41:10graingertsetrecipients: + graingert, docs@python
2021-08-13 06:41:10graingertsetmessageid: <1628836870.78.0.245525781075.issue44908@roundup.psfhosted.org>
2021-08-13 06:41:10graingertlinkissue44908 messages
2021-08-13 06:41:10graingertcreate