diff options
Diffstat (limited to 'python/poster/README')
-rw-r--r-- | python/poster/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/python/poster/README b/python/poster/README deleted file mode 100644 index b3a10152dbbd..000000000000 --- a/python/poster/README +++ /dev/null @@ -1,10 +0,0 @@ -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. - -poster provides support for both streaming POST requests as well as -multipart/form-data encoding of string or file parameters. |