[New-bugs-announce] [issue44908] recommend httpx as well as requests in http.client/urllib.request docs

Thomas Grainger report at bugs.python.org
Fri Aug 13 02:41:10 EDT 2021


New submission from Thomas Grainger <tagrain at gmail.com>:

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

----------
assignee: docs at python
components: Documentation
messages: 399494
nosy: docs at python, graingert
priority: normal
severity: normal
status: open
title: recommend httpx as well as requests in http.client/urllib.request docs
versions: Python 3.10, Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44908>
_______________________________________


More information about the New-bugs-announce mailing list