Example 6194
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "021ecba7-14d1-4cce-9033-f7a694cf7f95"
Accept-Language: "de-DE"
Cache-Control: "max-age=3600"
X-Powered-By: "Koa"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "subnecto"
"another one": "totus"
}
}