Home | Trees | Indices | Help |
|
---|
|
Do a HTTP multipart/form-data POST.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Initialize POST data. Field values can be strings or files; files are expected to have a read() method and SHOULD have a 'name' attribute (i.e. look like handles returned by 'open()').
|
Show POST data.
|
Post fields and files to an HTTP server as multipart/form-data. Return the server's response. |
Encode POST body. Return (content_type, body) ready for httplib.HTTP instance |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Feb 3 21:23:46 2017 | http://epydoc.sourceforge.net |