Example 9384
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "84aee8d9-6df7-4fcf-99e3-a17f7c4db595"
Accept-Language: "ja-JP"
Cache-Control: "max-age=3600"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "tum"
"another one": "tempus"
}
}