aboutsummaryrefslogtreecommitdiffstats
path: root/test/h2
Commit message (Expand)AuthorAgeFilesLines
* http2: rename module and refactor as strategyThomas Kriechbaumer2015-06-051-1/+1
* http2: add logging and error handlingThomas Kriechbaumer2015-06-051-2/+12
* http2: change header_block_fragment handlingThomas Kriechbaumer2015-06-051-51/+60
* http2: add basic protocol handlingThomas Kriechbaumer2015-06-052-18/+1
* http2: explicitly mention all arguments in testsThomas Kriechbaumer2015-06-051-122/+203
* Adjust pep8 parameters, reformatAldo Cortesi2015-05-301-41/+172
* cleanup importsThomas Kriechbaumer2015-05-291-2/+0
* add HTTP/2-capable clientThomas Kriechbaumer2015-05-291-0/+20
* add hpack to encode and decode headersThomas Kriechbaumer2015-05-291-36/+133
* add human_readable() to each frame for debuggingThomas Kriechbaumer2015-05-291-14/+34
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-4/+28
* implement basic HTTP/2 frame classesThomas Kriechbaumer2015-05-262-0/+341