aboutsummaryrefslogtreecommitdiffstats
path: root/examples/redirect_requests.py
Commit message (Collapse)AuthorAgeFilesLines
* A new interface for replyAldo Cortesi2016-06-081-1/+1
| | | | | | | | | | | Reply is now explicit - it's no longer a callable itself. Instead, we have: reply.kill() - kill the flow reply.ack() - ack, but don't send anything reply.send(message) - send a response This is part of an incremental move to detach reply from our flow objects, and unify the script and handler interfaces.
* format examplesMaximilian Hils2016-05-291-0/+1
|
* Docs and examples to top levelAldo Cortesi2016-02-181-0/+22
|
* move mitmproxyMaximilian Hils2016-02-151-22/+0
|
* Update redirect_requests.pyStefan Wärting2016-01-081-2/+2
| | | replace http version with "HTTP/1.1"
* adjust to netlib request changes + docsMaximilian Hils2015-09-261-5/+4
|
* adjust to new netlib Headers classMaximilian Hils2015-09-051-3/+2
|
* update example inline scriptsMaximilian Hils2015-09-041-3/+2
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-1/+2
|
* update examples, fix #353Maximilian Hils2014-09-081-1/+5
|
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-1/+3
|
* Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-041-1/+1
|\ | | | | | | | | | | Conflicts: examples/redirect_requests.py libmproxy/console/common.py
| * fix some leftoversMaximilian Hils2014-09-041-1/+1
| |
* | improve HTTPRequest syntaxMaximilian Hils2014-09-031-3/+3
|/
* fix #274Maximilian Hils2014-08-091-2/+2
|
* fix #253Maximilian Hils2014-05-151-7/+6
|
* Add redirect exampleMaximilian Hils2013-04-071-0/+19