aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http
Commit message (Collapse)AuthorAgeFilesLines
* don't yield empty chunksMaximilian Hils2015-09-111-1/+1
|
* let Headers inherit from objectMaximilian Hils2015-09-081-3/+3
| | | | fixes mitmproxy/mitmproxy#753
* Merge branch 'master' of https://github.com/mitmproxy/netlibMaximilian Hils2015-09-051-10/+17
|\
| * http2: do net let Settings frames escapeThomas Kriechbaumer2015-09-031-0/+2
| |
| * http2: handle Ping in protocolThomas Kriechbaumer2015-09-031-10/+15
| |
* | headers: adjust everythingMaximilian Hils2015-09-055-137/+118
| |
* | finalize Headers, add testsMaximilian Hils2015-09-051-41/+68
| |
* | add new headers classMaximilian Hils2015-09-051-1/+129
|/
* Merge branch 'master' of https://github.com/mitmproxy/netlibMaximilian Hils2015-08-291-3/+0
|\
| * http2: fix priority stream dependency checkThomas Kriechbaumer2015-08-261-3/+0
| |
* | don't yield prefix and suffixMaximilian Hils2015-08-291-6/+4
| |
* | wipMaximilian Hils2015-08-282-4/+1
|/
* request -> request_methodMaximilian Hils2015-08-243-11/+15
|
* minor stylistic fixesMaximilian Hils2015-08-241-3/+6
|
* read_response depends on request for stream_idThomas Kriechbaumer2015-08-213-19/+37
|
* http2: fix unhandled settings frameThomas Kriechbaumer2015-08-201-14/+2
|
* http2: disable features we do not support yetThomas Kriechbaumer2015-08-201-1/+5
|
* http2: implement basic flow control updatesThomas Kriechbaumer2015-08-201-7/+14
|
* http2: fix frame length fieldThomas Kriechbaumer2015-08-201-1/+1
|
* http2: add callback to handle unexpected framesThomas Kriechbaumer2015-08-201-0/+15
|
* fix typoThomas Kriechbaumer2015-08-201-1/+1
|
* 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