aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/http2/protocol.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/mitmproxy/netlibMaximilian Hils2015-09-051-10/+17
|\
| * http2: do net let Settings frames escapeThomas Kriechbaumer2015-09-031-0/+2
| |
| * http2: handle Ping in protocolThomas Kriechbaumer2015-09-031-10/+15
| |
* | headers: adjust everythingMaximilian Hils2015-09-051-24/+20
|/
* wipMaximilian Hils2015-08-281-3/+1
|
* request -> request_methodMaximilian Hils2015-08-241-2/+9
|
* minor stylistic fixesMaximilian Hils2015-08-241-3/+6
|
* read_response depends on request for stream_idThomas Kriechbaumer2015-08-211-7/+11
|
* http2: fix unhandled settings frameThomas Kriechbaumer2015-08-201-14/+2
|
* http2: disable features we do not support yetThomas Kriechbaumer2015-08-201-1/+5
|
* http2: implement basic flow control updatesThomas Kriechbaumer2015-08-201-7/+14
|
* http2: add callback to handle unexpected framesThomas Kriechbaumer2015-08-201-0/+15
|
* http2: implement request targetThomas Kriechbaumer2015-08-181-6/+33
|
* http2: add support for too large header framesThomas Kriechbaumer2015-08-181-10/+19
|
* http2: add support for too large data framesThomas Kriechbaumer2015-08-181-8/+11
|
* fix minor style offencesThomas Kriechbaumer2015-08-101-5/+5
|
* cleanup whitespaceThomas Kriechbaumer2015-08-101-4/+13
|
* http2: improve protocolThomas Kriechbaumer2015-07-301-20/+41
|
* add on-the-wire representation methodsThomas Kriechbaumer2015-07-291-130/+131
|
* move code from mitmproxy to netlibThomas Kriechbaumer2015-07-271-18/+74
|
* http2: make proper use of odictThomas Kriechbaumer2015-07-221-8/+11
|
* add Request class and unify read_request interfaceThomas Kriechbaumer2015-07-221-3/+17
|
* change HTTP2 interface to match HTTP1Thomas Kriechbaumer2015-07-221-3/+3
|
* move bits aroundThomas Kriechbaumer2015-07-221-0/+240