Example 4689
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "609ef5f7-5dcc-4ffc-8db8-c812cf8f6bdc"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Hono"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "stabilis"
"another one": "vitiosus"
}
}