mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
a03875334e
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
425 B
Text
8 lines
425 B
Text
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.
|