Example 6288

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "e3c070fc-3147-435a-aa28-15d5042ca8af"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "vir"
"another one": "utilis"
}
}

See also