aboutsummaryrefslogtreecommitdiffstats
path: root/examples/proxapp
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash in client playback.Aldo Cortesi2013-05-051-3/+3
|
* Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-141-2/+2
| | | | Fixes #104
* Docs and comments for WSGI app example.Aldo Cortesi2012-04-241-1/+7
|
* Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy.Aldo Cortesi2012-04-241-0/+41
This commit adds: - A WSGI App adapter for mitmproxy - An app registry in the proxy instance that lets us link WSGI apps with (hostname, port) combinations. - Fixes for a number of bugs discovered while creating this feature.