Example 10391

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "6d76473d-b91f-42b2-aeab-5caa819e4fdc"
Accept-Language: "de-DE"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Hono"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "decet"
"another one": "et"
}
}

See also