mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 18:31:22 +00:00
9 lines
197 B
Python
9 lines
197 B
Python
from netlib.http.http2.framereader import read_raw_frame, parse_frame
|
|
from netlib.http.http2.utils import parse_headers
|
|
|
|
__all__ = [
|
|
"read_raw_frame",
|
|
"parse_frame",
|
|
"parse_headers",
|
|
]
|