Example 2389
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "026ffc52-3ef9-4544-b7fa-a749ab593e56"
Accept-Language: "fr-FR"
Cache-Control: "max-age=3600"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "decet"
"another one": "eius"
}
}