summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
diff options
context:
space:
mode:
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" }
+ ]
}