mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-20 07:34:45 +08:00
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.