Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust pep8 parameters, reformat | Aldo Cortesi | 2015-05-30 | 1 | -2/+6 |
| | |||||
* | add HTTP/2-capable client | Thomas Kriechbaumer | 2015-05-29 | 1 | -0/+65 |
| | |||||
* | cleanup code with autoflake | Thomas Kriechbaumer | 2015-05-27 | 1 | -5/+0 |
| | | | | run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables . | ||||
* | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 1 | -15/+15 |
| | | | | run the following command: $ autopep8 -i -r -a -a . | ||||
* | implement basic HTTP/2 frame classes | Thomas Kriechbaumer | 2015-05-26 | 1 | -0/+25 |