Example 10884
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "97160d1e-6b2d-413a-b005-dab8b352af1d"
Accept-Language: "ja-JP"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "acquiro"
"another one": "crinis"
}
}