mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-07 18:48:56 +00:00
- Move implementation out of __init__.py to protocol.py (an anti-pattern because it makes the kind of structural refactoring we need hard) - protocol imports frame, frame does not import protocol. To do this, we shift the default settings to frame. If this feels wrong, we can move them to a separate module (defaults.py?.). |
||
---|---|---|
.. | ||
__init__.py | ||
frame.py | ||
protocol.py |