mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
In order to add the more scripting examples, it makes sense to rename this file and avoid confusion.
3 lines
67 B
Python
3 lines
67 B
Python
|
|
def request(flow):
|
|
flow.request.headers["myheader"] = "value"
|