aboutsummaryrefslogtreecommitdiffstats
path: root/examples/add_header.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/add_header.py')
-rw-r--r--examples/add_header.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/add_header.py b/examples/add_header.py
index b9c8c1c6..291741cb 100644
--- a/examples/add_header.py
+++ b/examples/add_header.py
@@ -1,2 +1,2 @@
-def response(ctx, flow):
+def response(context, flow):
flow.response.headers["newheader"] = ["foo"] \ No newline at end of file