python3-httpcore

minimal low-level HTTP client

Description

The HTTP Core package provides a minimal low-level HTTP client, which does one thing only. Sending HTTP requests.

It does not provide any high level model abstractions over the API, does not handle redirects, multipart uploads, building authentication headers, transparent HTTP caching, URL parsing, session cookie handling, content or charset decoding, handling JSON, environment based configuration defaults, or any of that Jazz.

Some things HTTP Core does do:

 * Sending HTTP requests.
 * Provides both sync and async interfaces.
 * Supports HTTP/1.1 and HTTP/2.
 * Async backend support for asyncio and trio.
 * Automatic connection pooling.
 * HTTP(S) proxy support.

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://github.com/encode/httpcore


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-httpcore