Requests wrapper to stream things in chunks, with optional timeout
Go to file
dependabot-preview[bot] 1a3d154124
Bump requests from 2.22.0 to 2.23.0
Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.22.0...v2.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 08:04:01 +00:00
streamedrequests Post and get now return a tuple with a full requests response object and the response data 2019-07-08 23:54:07 -05:00
tests Post and get now return a tuple with a full requests response object and the response data 2019-07-08 23:54:07 -05:00
.gitignore work on tests 2019-07-07 19:16:41 -05:00
.travis.yml initial commit 2019-07-04 03:26:32 -05:00
CHANGELOG.md Post and get now return a tuple with a full requests response object and the response data 2019-07-08 23:54:07 -05:00
LICENSE initial commit 2019-07-04 03:26:32 -05:00
Makefile initial commit 2019-07-04 03:26:32 -05:00
Readme.md project released 2019-07-08 03:01:12 -05:00
requirements.in added requirements.txt 2019-07-08 00:30:35 -05:00
requirements.txt Bump requests from 2.22.0 to 2.23.0 2020-04-06 08:04:01 +00:00
run_tests.sh initial commit 2019-07-04 03:26:32 -05:00
setup.py Post and get now return a tuple with a full requests response object and the response data 2019-07-08 23:54:07 -05:00

Readme.md

StreamedRequests

Build Status

Python module to stream HTTP requests in order to ensure content length sanity.

Contact

https://chaoswebs.net/