Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move wsgi to netlib. | Aldo Cortesi | 2012-06-19 | 1 | -141/+0 |
| | |||||
* | Port mitmproxy test suite entirely to nose. | Aldo Cortesi | 2012-06-09 | 1 | -4/+2 |
| | |||||
* | Include a formatted exception in WSGI error page. | Aldo Cortesi | 2012-05-07 | 1 | -5/+7 |
| | |||||
* | Internal error page for WSGI. | Aldo Cortesi | 2012-04-27 | 1 | -3/+20 |
| | | | | Also, 100% test coverage. | ||||
* | Docs and comments for WSGI app example. | Aldo Cortesi | 2012-04-24 | 1 | -1/+5 |
| | |||||
* | Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy. | Aldo Cortesi | 2012-04-24 | 1 | -0/+120 |
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. |