mitmproxy/pathod/protocols/__init__.py

8 lines
96 B
Python

from . import http, http2, websockets
__all__ = [
"http",
"http2",
"websockets",
]