aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/h2/h2.py
Commit message (Collapse)AuthorAgeFilesLines
* Adjust pep8 parameters, reformatAldo Cortesi2015-05-301-2/+6
|
* add HTTP/2-capable clientThomas Kriechbaumer2015-05-291-0/+65
|
* cleanup code with autoflakeThomas Kriechbaumer2015-05-271-5/+0
| | | | run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables .
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-15/+15
| | | | run the following command: $ autopep8 -i -r -a -a .
* implement basic HTTP/2 frame classesThomas Kriechbaumer2015-05-261-0/+25