aboutsummaryrefslogtreecommitdiffstats
path: root/examples/add_header.py
blob: 291741cb0f0658347efdc8f29dbb493f74ec1b69 (plain)
1
2
def response(context, flow):
    flow.response.headers["newheader"] = ["foo"]