summaryrefslogtreecommitdiffstats
path: root/python/python3-httpcore/README
blob: 5b8ea5e486659b31f1244b15418b6f3a32adc1f5 (plain)
1
2
3
4
5
6
7
8
9
10
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