mitmproxy/netlib/http2
Aldo Cortesi f2d784896d 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 12:26:48 +12:00
..
__init__.py http2: resolve module structure and circular dependencies 2015-06-06 12:26:48 +12:00
frame.py http2: resolve module structure and circular dependencies 2015-06-06 12:26:48 +12:00
protocol.py http2: resolve module structure and circular dependencies 2015-06-06 12:26:48 +12:00