mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
007b77d3fa
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
494 B
Text
11 lines
494 B
Text
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
|
|
|