DESCRIPTION.rst 280 B

123456
  1. The modules in the Python standard library don't provide a way to upload large
  2. files via HTTP without having to load the entire file into memory first.
  3. poster provides support for both streaming POST requests as well as
  4. multipart/form-data encoding of string or file parameters