Example 599
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "a123ee44-74df-4f82-bb2b-72db345222e4"
Accept-Language: "fr-FR"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "validus"
"another one": "solvo"
}
}