aboutsummaryrefslogtreecommitdiffstats
path: root/examples/addons/scripting-headers.py
blob: 8b23680ec62c8bd485acbe3254a7edba6732b802 (plain)
1
2
3
def request(flow):
    flow.request.headers["myheader"] = "value"