Example 13294
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "07518a21-5244-4b74-a60d-9582e104f565"
Accept-Language: "de-DE"
Cache-Control: "max-age=3600"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "cunctatio"
"another one": "derelinquo"
}
}