Example 13285

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "c3cffb2a-3c5c-4303-841e-719b12b91f1e"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "curatio"
"another one": "aut"
}
}

See also