Example 12798
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "ff1b5b0d-55e4-4f05-ab59-42e86aeea31a"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "alii"
"another one": "pauper"
}
}