slackbuilds_ponce/python/python3-httpx/README
fourtysixandtwo 436afe154a
python/python3-httpx: Updated for version 0.23.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-07-02 09:42:31 +07:00

11 lines
426 B
Text

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.