Example 4996
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "74101f37-0cc0-4136-8fc4-272fe2eed171"
Accept-Language: "fr-FR"
Cache-Control: "max-age=3600"
X-Powered-By: "Koa"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "deorsum"
"another one": "demo"
}
}