aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_http.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-1/+3
* Add tcp.Reader.safe_read, use it in socks and websocketsAldo Cortesi2015-05-051-4/+4
* testing: http read_request corner caseAldo Cortesi2015-04-301-0/+5
* websockets: handshake checks only take headersAldo Cortesi2015-04-231-3/+3
* Whitespace, pep8, mixed indentationAldo Cortesi2015-04-211-14/+56
* Return a named tuple from read_responseAldo Cortesi2015-04-211-3/+5
* Migrate requeset reading from mitmproxy to netlibAldo Cortesi2015-04-211-0/+72
* ODict improvementsAldo Cortesi2015-04-151-2/+9
* 100% test coverage :tada:Maximilian Hils2015-02-271-0/+6
* Simplify expected_http_body_size signature, fixing a traceback found in fuzzingAldo Cortesi2014-11-071-2/+2
* refactor response length handlingMaximilian Hils2014-07-211-73/+26
* added some additional functions for dealing with chunks - needed for mitmprox...Brad Peabody2014-07-171-0/+70
* added option for read_response to only read the headers, beginnings of implem...Brad Peabody2014-07-121-2/+10
* add tcp.Address to unify ipv4/ipv6 address handlingMaximilian Hils2014-01-281-1/+1
* refactor read_http_bodyMaximilian Hils2013-12-151-37/+51
* attempt to fix #24Maximilian Hils2013-11-191-17/+5
* Fix exception hierarchy.Aldo Cortesi2013-05-051-1/+1
* Ensure that HTTP methods are ASCII.Aldo Cortesi2013-03-031-1/+9
* Tighten up checks on port ranges and path character sets.Aldo Cortesi2013-03-031-2/+3
* parse_url: Handle invalid IPv6 addressesAldo Cortesi2013-03-031-2/+5
* More parse_url solidification: check that port is in range 0-65535Aldo Cortesi2013-03-031-0/+1
* Check that hosts in parse_url do not contain NULL bytes.Aldo Cortesi2013-03-031-1/+2
* Stricter error checking for http.parse_urlAldo Cortesi2013-03-031-0/+5
* 100% test coverage.Aldo Cortesi2013-03-031-0/+1
* Integrate HTTP auth, test to 100%Aldo Cortesi2013-03-031-1/+10
* More accurate description of an HTTP read error, make pyflakes happy.Aldo Cortesi2013-02-241-1/+1
* Handle non-integer port error in parse_init_connect correctlyAldo Cortesi2013-01-051-0/+1
* read_headers: handle some crashes, return None on invalid data.Aldo Cortesi2012-07-301-12/+28
* Handle HTTP responses that have a body but no content-length or transfer enco...Aldo Cortesi2012-07-241-1/+22
* Handle HTTP versions malformed due to non-integer major/minor numbers.Aldo Cortesi2012-07-211-0/+2
* Repair test suite.Aldo Cortesi2012-06-241-2/+3
* Add and unit test http.read_responseAldo Cortesi2012-06-241-0/+42
* Make read_headers return an ODictCaseless object.Aldo Cortesi2012-06-241-3/+3
* 100% testcoverage for netlib.httpAldo Cortesi2012-06-231-13/+60
* protocol.py -> http.pyAldo Cortesi2012-06-231-0/+163