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

Update example/getMultiHeaders

parent 594f0a36
No related branches found
No related tags found
No related merge requests found
Pipeline #56317 passed with stage
in 26 seconds
package example.getMultiHeaders
key = input.headers["X-Cache-Key"]
another = input.headers["X-Another-Header"]
key := external.http.header("X-Cache-Key")
another := external.http.header("X-Another-Header")
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