CodeBrowser / python-package / requests-toolbelt
requests-toolbelt==1.0.0
# A utility belt for advanced users of python-requests
$ pip install requests-toolbelt
downloads/wk
67,489,674
license
Apache 2.0
version
1.0.0
python
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
What is requests-toolbelt?
The requests-toolbelt is a collection of utilities that extends the functionality of the popular requests HTTP library with additional features for more complex use cases. Developers use it to handle multipart file uploads, streaming requests, authentication methods, and other advanced HTTP operations that aren't included in the base requests library. It's useful when you need finer control over HTTP requests or need to implement functionality like progress tracking, custom authentication, or efficient handling of large files.
Dependencies (1)
Author
Ian Cordasco, Cory Benfield