Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add on-the-wire representation methods | Thomas Kriechbaumer | 2015-07-29 | 3 | -139/+269 |
| | |||||
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-07-27 | 3 | -30/+163 |
| | |||||
* | fix bugs | Thomas Kriechbaumer | 2015-07-22 | 2 | -26/+28 |
| | |||||
* | http2: make proper use of odict | Thomas Kriechbaumer | 2015-07-22 | 1 | -8/+11 |
| | |||||
* | reduce public interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -281/+282 |
| | | | use private indicator pattern “_methodname” | ||||
* | introduce EmptyRequest class | Thomas Kriechbaumer | 2015-07-22 | 2 | -2/+19 |
| | |||||
* | introduce ConnectRequest class | Thomas Kriechbaumer | 2015-07-22 | 2 | -6/+20 |
| | |||||
* | add Request class and unify read_request interface | Thomas Kriechbaumer | 2015-07-22 | 4 | -20/+54 |
| | |||||
* | refactor HTTP/1 as protocol | Thomas Kriechbaumer | 2015-07-22 | 1 | -444/+457 |
| | |||||
* | change HTTP2 interface to match HTTP1 | Thomas Kriechbaumer | 2015-07-22 | 1 | -3/+3 |
| | |||||
* | extract authentication methods from protocol | Thomas Kriechbaumer | 2015-07-22 | 3 | -39/+36 |
| | |||||
* | move bits around | Thomas Kriechbaumer | 2015-07-22 | 12 | -0/+2000 |