Skip to content
Snippets Groups Projects
Commit 594f0a36 authored by Georgi Michev's avatar Georgi Michev
Browse files

Update example/getHeader

parent 894de97e
No related branches found
No related tags found
No related merge requests found
Pipeline #55700 passed with stage
in 47 seconds
......@@ -2,4 +2,4 @@ package example.getHeader
# gets the value for "x-cache-key" header and return it in the result
# result is empty if the "x-cache-key" header is not sent in the request
key = input.headers["X-Cache-Key"]
key := external.http.header("X-Cache-Key")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment