Example 17600
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "725c94f9-d015-4594-bb41-4d8e6bed81b0"
Accept-Language: "fr-FR"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "tepidus"
"another one": "aperte"
}
}