Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust pep8 parameters, reformat | Aldo Cortesi | 2015-05-30 | 2 | -25/+110 |
* | cleanup imports | Thomas Kriechbaumer | 2015-05-29 | 1 | -1/+0 |
* | add HTTP/2-capable client | Thomas Kriechbaumer | 2015-05-29 | 1 | -0/+65 |
* | add generic frame parsing method | Thomas Kriechbaumer | 2015-05-29 | 1 | -0/+17 |
* | add hpack to encode and decode headers | Thomas Kriechbaumer | 2015-05-29 | 1 | -9/+32 |
* | fix default argument | Thomas Kriechbaumer | 2015-05-29 | 1 | -1/+5 |
* | add human_readable() to each frame for debugging | Thomas Kriechbaumer | 2015-05-29 | 1 | -1/+74 |
* | cleanup code with autoflake | Thomas Kriechbaumer | 2015-05-27 | 2 | -10/+1 |
* | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 2 | -25/+39 |
* | implement basic HTTP/2 frame classes | Thomas Kriechbaumer | 2015-05-26 | 3 | -0/+401 |