aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tls_passthrough.py
Commit message (Collapse)AuthorAgeFilesLines
* Add .start for addons and scriptsAldo Cortesi2016-07-151-1/+1
| | | | Also improve error messages, fix various unit tests
* Convert examples and example tests for new-style scriptsAldo Cortesi2016-07-141-1/+1
| | | | | Remove the test that just loads all the example scripts for now - it's a very low-value test, and we need to think of something better.
* move script context to mitmproxy.ctxMaximilian Hils2016-07-081-1/+1
|
* remove context from all scriptsMaximilian Hils2016-07-071-11/+13
|
* update examples, tests, docsMaximilian Hils2016-06-131-3/+4
|
* 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/+2
|
* Docs and examples to top levelAldo Cortesi2016-02-181-0/+136
|
* move mitmproxyMaximilian Hils2016-02-151-136/+0
|
* use new netlib exceptionsMaximilian Hils2015-09-171-2/+2
|
* add inline script for conditional tls passthroughMaximilian Hils2015-09-081-0/+136
fix #646