aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow control of buffer size for TCPClient, improve error messages.Aldo Cortesi2012-06-301-3/+3
|
* Minor refactoring.Aldo Cortesi2012-06-271-0/+3
|
* Don't read all from server by default.Aldo Cortesi2012-06-241-1/+1
| | | | | This can cause us to hang waiting for data. More research is needed to establish the right course of action here.
* Add and unit test http.read_responseAldo Cortesi2012-06-241-4/+36
|
* Make read_headers return an ODictCaseless object.Aldo Cortesi2012-06-241-2/+3
|
* 100% testcoverage for netlib.httpAldo Cortesi2012-06-231-33/+58
|
* protocol.py -> http.pyAldo Cortesi2012-06-231-0/+218