aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/poster/README10
1 files changed, 6 insertions, 4 deletions
diff --git a/python/poster/README b/python/poster/README
index 3202755f1b7a..b3a10152dbbd 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.