Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A new interface for reply | Aldo Cortesi | 2016-06-08 | 1 | -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 examples | Maximilian Hils | 2016-05-29 | 1 | -0/+2 |
| | |||||
* | Docs and examples to top level | Aldo Cortesi | 2016-02-18 | 1 | -0/+136 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -136/+0 |
| | |||||
* | use new netlib exceptions | Maximilian Hils | 2015-09-17 | 1 | -2/+2 |
| | |||||
* | add inline script for conditional tls passthrough | Maximilian Hils | 2015-09-08 | 1 | -0/+136 |
fix #646 |