slackbuilds/python/python3-httpx
fourtysixandtwo 5589356a8a
python/python3-httpx: Updated for version 0.23.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-07 08:13:30 +07:00
..
README
python3-httpx.SlackBuild python/python3-httpx: Updated for version 0.23.3. 2023-01-07 08:13:30 +07:00
python3-httpx.info python/python3-httpx: Updated for version 0.23.3. 2023-01-07 08:13:30 +07:00
slack-desc

README

python3-httpx (A next-generation HTTP client for Python)

HTTPX is a fully featured HTTP client library for Python 3. It 
includes an integrated command line client, has support for both
HTTP/1.1 and HTTP/2, and provides both sync and async APIs.

Optional installs:

 h2 - HTTP/2 support. (no slackbuild)
 socksio - SOCKS proxy support. (no slackbuild)
 async_generator - Backport support for contextlib.asynccontextmanager.