Example 14499
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "c7fe01a4-91d7-4aa1-8a33-b716ec0cde97"
Accept-Language: "fr-FR"
Cache-Control: "max-age=3600"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "aegrus"
"another one": "arcesso"
}
}