summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-10-13 15:40:51 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-10-13 15:40:51 +0200
commitf88b68eab73086a252c8ce789827e49144ce4bd3 (patch)
tree53380261a320d63bda218ab70e596abb7197ff2f /src/daq/s5proxy/sample.json
parentupdated changelog for release (diff)
make header operations more flexible... needs testing
Diffstat (limited to 'src/daq/s5proxy/sample.json')
-rw-r--r--src/daq/s5proxy/sample.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json
index 1339fbf..7f5ac66 100644
--- a/src/daq/s5proxy/sample.json
+++ b/src/daq/s5proxy/sample.json
@@ -7,7 +7,9 @@
"X-hello": "world",
"X-verr": "stefan"
},
- "response_header": {
- "Cache-Control": "no-cache"
- }
+ "response_header": [
+ { "op": "set", "header": "Cache-Control", "value": "no-cache" },
+ { "op": "add", "header": "Cache-Control", "value": "no-store" },
+ { "op": "add", "header": "Cache-Control", "value": "must-revalidate" }
+ ]
}