aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/wsgi.py
Commit message (Collapse)AuthorAgeFilesLines
* Move wsgi to netlib.Aldo Cortesi2012-06-191-141/+0
|
* Port mitmproxy test suite entirely to nose.Aldo Cortesi2012-06-091-4/+2
|
* Include a formatted exception in WSGI error page.Aldo Cortesi2012-05-071-5/+7
|
* Internal error page for WSGI.Aldo Cortesi2012-04-271-3/+20
| | | | Also, 100% test coverage.
* Docs and comments for WSGI app example.Aldo Cortesi2012-04-241-1/+5
|
* Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy.Aldo Cortesi2012-04-241-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.