Example 11294

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "8a571443-3974-44d8-a00e-1a9055f3d625"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "contra"
"another one": "comitatus"
}
}

See also