aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http
Commit message (Collapse)AuthorAgeFilesLines
* add on-the-wire representation methodsThomas Kriechbaumer2015-07-293-139/+269
|
* move code from mitmproxy to netlibThomas Kriechbaumer2015-07-273-30/+163
|
* fix bugsThomas Kriechbaumer2015-07-222-26/+28
|
* http2: make proper use of odictThomas Kriechbaumer2015-07-221-8/+11
|
* reduce public interfaceThomas Kriechbaumer2015-07-221-281/+282
| | | use private indicator pattern “_methodname”
* introduce EmptyRequest classThomas Kriechbaumer2015-07-222-2/+19
|
* introduce ConnectRequest classThomas Kriechbaumer2015-07-222-6/+20
|
* add Request class and unify read_request interfaceThomas Kriechbaumer2015-07-224-20/+54
|
* refactor HTTP/1 as protocolThomas Kriechbaumer2015-07-221-444/+457
|
* change HTTP2 interface to match HTTP1Thomas Kriechbaumer2015-07-221-3/+3
|
* extract authentication methods from protocolThomas Kriechbaumer2015-07-223-39/+36
|
* move bits aroundThomas Kriechbaumer2015-07-2212-0/+2000