From 007b77d3fab050cd141a5ab923edd4f994e9786e Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Wed, 4 May 2022 06:12:15 +0100 Subject: python/python3-httpcore: Added (a minimal low-level HTTP client) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-httpcore/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/python3-httpcore/README (limited to 'python/python3-httpcore/README') diff --git a/python/python3-httpcore/README b/python/python3-httpcore/README new file mode 100644 index 0000000000..5b8ea5e486 --- /dev/null +++ b/python/python3-httpcore/README @@ -0,0 +1,11 @@ +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 + -- cgit v1.2.3