slackbuilds/python/poster
B. Watson 5644bcdeb8
python/poster: Fix slack-desc.
2016-11-14 16:47:23 +07:00
..
README python/poster: Added (streaming HTTP uploads). 2016-09-03 07:17:22 +07:00
poster.SlackBuild python/poster: Added (streaming HTTP uploads). 2016-09-03 07:17:22 +07:00
poster.info python/poster: Added (streaming HTTP uploads). 2016-09-03 07:17:22 +07:00
slack-desc python/poster: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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.