aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/builtins/wsgiapp.py
Commit message (Collapse)AuthorAgeFilesLines
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-191-38/+0
|
* controller.Log -> log.LogAldo Cortesi2016-10-191-1/+1
|
* addons: add AddonHalt exceptionAldo Cortesi2016-10-191-0/+2
| | | | | | This can be raised from an addon handler to stop further processing of a flow. Use this to prevent further handling of web app requests.
* web app cleanups: tests and examplesAldo Cortesi2016-10-191-0/+4
|
* Web apps to addonsAldo Cortesi2016-10-191-0/+32
This commit removes the app registry, adds a wsgiapp addon base, and ports the onboarding app to it.