mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 11:47:14 +00:00
Dispense with the loose parsing of client requests that we had before. We now
have service modes ("proxy" and "reverse proxy" for now), and we only accept
requests that are appropriate for the mode we're in.
|
||
|---|---|---|
| .. | ||
| console | ||
| contrib | ||
| __init__.py | ||
| certutils.py | ||
| cmdline.py | ||
| controller.py | ||
| dump.py | ||
| encoding.py | ||
| filt.py | ||
| flow.py | ||
| proxy.py | ||
| script.py | ||
| tnetstring.py | ||
| utils.py | ||
| version.py | ||
| wsgi.py | ||