A httpmultipart post handler
Project description
Just a Python Http Multipart Post Handler. You can use it to post multipart requests.
Usage
Post
>>> import httpmultipart
>>> multipart.post(url, fields, files)
...
The fields and files are both sequence. After run post function, it will return the response.
Installation
Automatic installation:
pip install httpmultipart
Manual installation: Download the latest source from PyPI.
tar xzvf httpmultipart-$VERSION.tar.gz cd httpmultipart-$VERSION python setup.py build sudo python setup.py install
The HttpMultipart source code is hosted on GitHub.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file httpmultipart-0.2.0.tar.gz.
File metadata
- Download URL: httpmultipart-0.2.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0d9df86251ce87bcb0122810ffe515f5aa8e8b3fae0d27a09682daf01fa6c0e
|
|
| MD5 |
2b64e41a28596802be41e6a99a75ff7e
|
|
| BLAKE2b-256 |
666ab3f53c7785b36c32de30463b7cd73f6aa1be6f0daabe3fc78b65de927019
|
File details
Details for the file httpmultipart-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: httpmultipart-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c578944dd61db18783dc2c215b171a944d34133a7fb6e3a1c0263e132bfff83a
|
|
| MD5 |
f3d8c3547e631b7cc9159b5a2d3f7ccd
|
|
| BLAKE2b-256 |
05aeff935d4725c89093d77c9c96532b3f6096531ad97e4a520f20d3efbe711f
|