aboutsummaryrefslogtreecommitdiffstats
path: root/test/http
Commit message (Expand)AuthorAgeFilesLines
* Add test for empty header field value.Benjamin Lee2015-11-171-4/+1
* WIP. Add breaking test.Benjamin Lee2015-11-171-0/+7
* fix testsMaximilian Hils2015-09-281-6/+6
* Merge branch 'http-models'Maximilian Hils2015-09-2810-420/+551
|\
| * test response model, push coverage to 100% branch covMaximilian Hils2015-09-277-151/+192
| * improve request tests, coverage++Maximilian Hils2015-09-266-268/+389
| * refactor response modelMaximilian Hils2015-09-264-18/+16
| * refactor request modelMaximilian Hils2015-09-265-65/+36
* | properly adjust tests for 87566da3baMaximilian Hils2015-09-281-5/+1
* | fix mitmproxy/mitmproxy#784Maximilian Hils2015-09-281-0/+4
|/
* Headers: return str on all Python versionsMaximilian Hils2015-09-225-171/+170
* remove nose referencesMaximilian Hils2015-09-212-193/+163
* python 3++Maximilian Hils2015-09-212-37/+35
* python3++Maximilian Hils2015-09-201-5/+5
* experimental: don't interfere with headersMaximilian Hils2015-09-182-14/+8
* python3++Maximilian Hils2015-09-171-4/+4
* clean up http message modelsMaximilian Hils2015-09-171-2/+2
* 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