aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/http2/protocol.py
Commit message (Expand)AuthorAgeFilesLines
* 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