Example 13981
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "b1b83789-6d39-484e-a329-ab768f7746cd"
Accept-Language: "ja-JP"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "suus"
"another one": "fugit"
}
}