Example 14395
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "b2461f84-bab9-4fd5-8a5b-023ae4d0e93a"
Accept-Language: "de-DE"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Koa"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "vitium"
"another one": "tamen"
}
}