This website requires JavaScript.
Explore
Help
Sign In
Grasscutters
/
mitmproxy
Watch
3
Star
0
Fork
0
You've already forked mitmproxy
mirror of
https://github.com/Grasscutters/mitmproxy.git
synced
2024-11-23 16:17:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
827fe824d9
mitmproxy
/
netlib
/
http
/
http2
/
__init__.py
3 lines
43 B
Python
Raw
Normal View
History
Unescape
Escape
http2: resolve module structure and circular dependencies - 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?.).
2015-06-06 00:26:48 +00:00
from
frame
import
*
from
protocol
import
*
Reference in New Issue
Copy Permalink