mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
5 lines
117 B
Python
5 lines
117 B
Python
from mitmproxy import http
|
|
|
|
|
|
def request(flow: http.HTTPFlow) -> None:
|
|
flow.request.query["mitmproxy"] = "rocks"
|