diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-05-04 06:12:15 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:32 +0700 |
| commit | 007b77d3fab050cd141a5ab923edd4f994e9786e (patch) | |
| tree | 31923e240af3d93693b0e225f892be6e93e97f04 /python/python3-httpcore/slack-desc | |
| parent | 1f5f211322e97b679fd5d90e58ddb11c2559559e (diff) | |
python/python3-httpcore: Added (a minimal low-level HTTP client)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-httpcore/slack-desc')
| -rw-r--r-- | python/python3-httpcore/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-httpcore/slack-desc b/python/python3-httpcore/slack-desc new file mode 100644 index 0000000000..4e9e9b1606 --- /dev/null +++ b/python/python3-httpcore/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-httpcore: python3-httpcore (provides a minimal low-level HTTP client) +python3-httpcore: +python3-httpcore: The HTTP Core package does one thing only. Sending HTTP requests. +python3-httpcore: +python3-httpcore: It does not provide any high level model abstractions over the API, +python3-httpcore: does not handle redirects, multipart uploads, building authentication +python3-httpcore: headers, transparent HTTP caching, URL parsing, session cookie +python3-httpcore: handling, content or charset decoding, handling JSON, environment +python3-httpcore: based configuration defaults, or any of that Jazz +python3-httpcore: +python3-httpcore: Homepage: https://github.com/encode/httpcore |
