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, 0 insertions, 2 deletions
diff --git a/examples/add_header.py b/examples/add_header.py
deleted file mode 100644
index cf1b53cc..00000000
--- a/examples/add_header.py
+++ /dev/null
@@ -1,2 +0,0 @@
-def response(context, flow):
- flow.response.headers["newheader"] = "foo"