mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
5 lines
123 B
Python
5 lines
123 B
Python
"""An addon using the abbreviated scripting syntax."""
|
|
|
|
|
|
def request(flow):
|
|
flow.request.headers["myheader"] = "value"
|