mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +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"
|