aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http
Commit message (Collapse)AuthorAgeFilesLines
...
* http2: implement request targetThomas Kriechbaumer2015-08-182-8/+34
|
* http2: add support for too large header framesThomas Kriechbaumer2015-08-181-10/+19
|
* http2: add support for too large data framesThomas Kriechbaumer2015-08-181-8/+11
|
* TCPClient: more sophisticated address handlingMaximilian Hils2015-08-181-1/+2
|
* re-add form_outMaximilian Hils2015-08-181-4/+8
|
* add HTTP/1.1 ALPN version stringThomas Kriechbaumer2015-08-151-0/+2
|
* fix minor style offencesThomas Kriechbaumer2015-08-102-11/+11
|
* cleanup whitespaceThomas Kriechbaumer2015-08-105-32/+50
|
* cleanup importsThomas Kriechbaumer2015-08-103-10/+0
|
* add move tests and code from mitmproxyThomas Kriechbaumer2015-08-102-30/+27
|
* fix mitmproxy testsThomas Kriechbaumer2015-08-022-3/+6
|
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-013-109/+309
|
* http2: improve protocolThomas Kriechbaumer2015-07-301-20/+41
|
* 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