Example 7488
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "6e645bfb-109b-408e-8bfa-a83bfcf09143"
Accept-Language: "de-DE"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Koa"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "creator"
"another one": "tandem"
}
}