summaryrefslogtreecommitdiffstats
path: root/python/python3-httpcore/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-httpcore/README')
-rw-r--r--python/python3-httpcore/README11
1 files changed, 11 insertions, 0 deletions
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
+