Requests wrapper to stream things in chunks, with optional timeout
Go to file
Kevin Froman f3a96fc30c
Post and get now return a tuple with a full requests response object and the response data
Fixed broken max_size validation
2019-07-08 23:54:07 -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 added requirements.txt 2019-07-08 00:30:35 -05: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/