aboutsummaryrefslogtreecommitdiff
path: root/python/python3-httpx/README
blob: 88b1c91fb7e2a4625f8ac4bd37aa7e4f85fa23de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)
 rich - Rich terminal support. (no slackbuild)
 click - Command line client support.
 async_generator - Backport support for contextlib.asynccontextmanager.

Note: httpx cli requires optional dependencies to work