aboutsummaryrefslogtreecommitdiffstats
path: root/test/http
Commit message (Expand)AuthorAgeFilesLines
* http1: add assemble_body functionMaximilian Hils2015-09-171-4/+14
* organize exceptions, improve content-length handlingMaximilian Hils2015-09-171-1/+2
* adjust http1-related codeMaximilian Hils2015-09-163-18/+22
* finish netlib.http.http1 refactorMaximilian Hils2015-09-167-579/+478
* wipMaximilian Hils2015-09-154-99/+68
* let Headers inherit from objectMaximilian Hils2015-09-081-1/+1
* headers: adjust everythingMaximilian Hils2015-09-055-264/+222
* finalize Headers, add testsMaximilian Hils2015-09-051-0/+145
* http2: fix testsThomas Kriechbaumer2015-08-261-9/+2
* request -> request_methodMaximilian Hils2015-08-242-6/+4
* read_response depends on request for stream_idThomas Kriechbaumer2015-08-212-26/+18
* http2: fix testsThomas Kriechbaumer2015-08-211-3/+4
* cleanupThomas Kriechbaumer2015-08-201-1/+0
* http2: implement request targetThomas Kriechbaumer2015-08-181-5/+76
* http2: add support for too large header framesThomas Kriechbaumer2015-08-181-1/+15
* http2: add support for too large data framesThomas Kriechbaumer2015-08-181-6/+11
* fix request-target testsThomas Kriechbaumer2015-08-181-11/+4
* Remove stray prints from test suiteAldo Cortesi2015-08-163-3/+0
* cleanup importsThomas Kriechbaumer2015-08-102-7/+4
* add move tests and code from mitmproxyThomas Kriechbaumer2015-08-104-274/+656
* 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