diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:06:55 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:56 -0400 |
commit | 4629719b91003398a61a392238dfbec98c9637aa (patch) | |
tree | dd169ab557566ded4359d908a78af5d6f7bdf794 /python/poster | |
parent | f5e29bd7f7ede63c1a1bd94dcc325b6d677e5bd5 (diff) | |
download | slackbuilds-4629719b91003398a61a392238dfbec98c9637aa.tar.gz |
python/poster: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/poster')
-rw-r--r-- | python/poster/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/python/poster/README b/python/poster/README index 3202755f1b..b3a10152db 100644 --- a/python/poster/README +++ b/python/poster/README @@ -1,8 +1,10 @@ -poster provides a set of classes and functions to faciliate making HTTP POST -(or PUT) requests using the standard multipart/form-data encoding. +poster provides a set of classes and functions to faciliate making +HTTP POST (or PUT) requests using the standard multipart/form-data +encoding. -The modules in the Python standard library don't provide a way to upload large -files via HTTP without having to load the entire file into memory first. +The modules in the Python standard library don't provide a way to +upload large files via HTTP without having to load the entire file +into memory first. poster provides support for both streaming POST requests as well as multipart/form-data encoding of string or file parameters. |