aboutsummaryrefslogtreecommitdiffstats
path: root/test/http/http2/test_protocol.py
Commit message (Expand)AuthorAgeFilesLines
* refactor response modelMaximilian Hils2015-09-261-6/+6
* clean up http message modelsMaximilian Hils2015-09-171-2/+2
* organize exceptions, improve content-length handlingMaximilian Hils2015-09-171-1/+2
* adjust http1-related codeMaximilian Hils2015-09-161-10/+10
* finish netlib.http.http1 refactorMaximilian Hils2015-09-161-8/+8
* headers: adjust everythingMaximilian Hils2015-09-051-11/+11
* request -> request_methodMaximilian Hils2015-08-241-3/+2
* read_response depends on request for stream_idThomas Kriechbaumer2015-08-211-24/+15
* 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
* Remove stray prints from test suiteAldo Cortesi2015-08-161-1/+0
* add move tests and code from mitmproxyThomas Kriechbaumer2015-08-101-74/+173
* fix tutils importsThomas Kriechbaumer2015-08-011-2/+2
* 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-271-2/+2
* http2: make proper use of odictThomas Kriechbaumer2015-07-221-4/+4
* rename content -> bodyThomas Kriechbaumer2015-07-221-3/+3
* add Request class and unify read_request interfaceThomas Kriechbaumer2015-07-221-4/+5
* change HTTP2 interface to match HTTP1Thomas Kriechbaumer2015-07-221-8/+12
* move bits aroundThomas Kriechbaumer2015-07-221-0/+325