aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tls_passthrough.py
Commit message (Collapse)AuthorAgeFilesLines
* 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