python3-httpx

next generation HTTP client

Description

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.

HTTPX is a high performance asynchronous HTTP client, that builds on the well-established usability of requests, and gives you:

 * A broadly requests-compatible API.
 * Standard synchronous interface, but with async support if you need it.
 * HTTP/1.1 and HTTP/2 support.
 * Ability to make requests directly to WSGI applications or ASGI applications.
 * Strict timeouts everywhere.
 * Fully type annotated.
 * 99% test coverage.

Plus all the standard features of requests:

 * International Domains and URLs
 * Keep-Alive & Connection Pooling
 * Sessions with Cookie Persistence
 * Browser-style SSL Verification
 * Basic/Digest Authentication
 * Elegant Key/Value Cookies
 * Automatic Decompression
 * Automatic Content Decoding
 * Unicode Response Bodies
 * Multipart File Uploads
 * HTTP(S) Proxy Support
 * Connection Timeouts
 * Streaming Downloads
 * .netrc Support
 * Chunked Requests

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://www.python-httpx.org/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-httpx