Example 13683
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "6852982a-0393-4ec2-87e7-3fee06e51bbb"
Accept-Language: "ja-JP"
Cache-Control: "max-age=3600"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "temeritas"
"another one": "vitiosus"
}
}