Requests wrapper to stream things in chunks, with optional timeout
Go to file
Kevin F 48d38192d2
Merge pull request #1 from beardog108/dependabot/pip/requests-2.23.0
Bump requests from 2.22.0 to 2.23.0
2020-04-06 03:05:57 -05: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/