slackbuilds/python/python3-httpcore
fourtysixandtwo d813d2a806
python/python3-httpcore: Fix for new hatchling.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-14 23:36:58 +07:00
..
README python/python3-httpcore: Updated for version 0.18.0. 2023-09-23 11:33:50 +07:00
python3-httpcore.SlackBuild python/python3-httpcore: Fix for new hatchling. 2024-09-14 23:36:58 +07:00
python3-httpcore.info python/python3-httpcore: Updated for version 1.0.5. 2024-03-30 09:39:49 +07:00
slack-desc

README

python3-httpcore (provides a minimal low-level HTTP client)

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