aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/semantics.py
Commit message (Collapse)AuthorAgeFilesLines
* let Headers inherit from objectMaximilian Hils2015-09-081-3/+3
| | | | fixes mitmproxy/mitmproxy#753
* headers: adjust everythingMaximilian Hils2015-09-051-72/+76
|
* finalize Headers, add testsMaximilian Hils2015-09-051-41/+68
|
* add new headers classMaximilian Hils2015-09-051-1/+129
|
* request -> request_methodMaximilian Hils2015-08-241-6/+3
|
* read_response depends on request for stream_idThomas Kriechbaumer2015-08-211-10/+24
|
* TCPClient: more sophisticated address handlingMaximilian Hils2015-08-181-1/+2
|
* re-add form_outMaximilian Hils2015-08-181-4/+8
|
* fix minor style offencesThomas Kriechbaumer2015-08-101-6/+6
|
* cleanup whitespaceThomas Kriechbaumer2015-08-101-5/+5
|
* cleanup importsThomas Kriechbaumer2015-08-101-4/+0
|
* add move tests and code from mitmproxyThomas Kriechbaumer2015-08-101-16/+27
|
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-011-76/+290
|
* add on-the-wire representation methodsThomas Kriechbaumer2015-07-291-7/+39
|
* move code from mitmproxy to netlibThomas Kriechbaumer2015-07-271-2/+47
|
* fix bugsThomas Kriechbaumer2015-07-221-17/+11
|
* introduce EmptyRequest classThomas Kriechbaumer2015-07-221-0/+14
|
* introduce ConnectRequest classThomas Kriechbaumer2015-07-221-5/+19
|
* add Request class and unify read_request interfaceThomas Kriechbaumer2015-07-221-0/+31
|
* extract authentication methods from protocolThomas Kriechbaumer2015-07-221-1/+13
|
* move bits aroundThomas Kriechbaumer2015-07-221-0/+94