Example 6281

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "7df307cc-0a83-40da-a0ca-b842aef94eab"
Accept-Language: "fr-FR"
Cache-Control: "max-age=3600"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "nostrum"
"another one": "solitudo"
}
}

See also