aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_wsgi.py
Commit message (Collapse)AuthorAgeFilesLines
* Port mitmproxy test suite entirely to nose.Aldo Cortesi2012-06-091-9/+2
|
* Internal error page for WSGI.Aldo Cortesi2012-04-271-5/+61
| | | | Also, 100% test coverage.
* Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy.Aldo Cortesi2012-04-241-0/+61
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.