Example 9899
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "6050c9e4-0da3-4305-965d-4989e1c2f4cc"
Accept-Language: "fr-FR"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "degenero"
"another one": "ago"
}
}