Example 11595
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "bee8c456-562c-4bf4-b692-b74093cead8d"
Accept-Language: "de-DE"
Cache-Control: "max-age=3600"
X-Powered-By: "Koa"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "thorax"
"another one": "curso"
}
}