aboutsummaryrefslogtreecommitdiffstats
path: root/test/http
Commit message (Expand)AuthorAgeFilesLines
* fix tutils importsThomas Kriechbaumer2015-08-015-10/+9
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-013-51/+260
* http2: improve protocolThomas Kriechbaumer2015-07-301-4/+7
* add on-the-wire representation methodsThomas Kriechbaumer2015-07-291-18/+45
* move code from mitmproxy to netlibThomas Kriechbaumer2015-07-272-4/+4
* fix bugsThomas Kriechbaumer2015-07-221-6/+3
* http2: make proper use of odictThomas Kriechbaumer2015-07-221-4/+4
* reduce public interfaceThomas Kriechbaumer2015-07-221-28/+28
* rename content -> bodyThomas Kriechbaumer2015-07-222-8/+8
* add Request class and unify read_request interfaceThomas Kriechbaumer2015-07-221-4/+5
* refactor HTTP/1 as protocolThomas Kriechbaumer2015-07-221-103/+111
* change HTTP2 interface to match HTTP1Thomas Kriechbaumer2015-07-221-8/+12
* extract authentication methods from protocolThomas Kriechbaumer2015-07-222-19/+21
* move bits aroundThomas Kriechbaumer2015-07-2210-0/+1863