mitmproxy/examples/addons/anatomy2.py
Maximilian Hils 805aed4f6a docs++
2021-02-13 00:13:37 +01:00

6 lines
123 B
Python

"""An addon using the abbreviated scripting syntax."""
def request(flow):
flow.request.headers["myheader"] = "value"