Example 13289

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "56cffe70-43bc-4941-81d6-14a3b500de1e"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "thalassinus"
"another one": "amplitudo"
}
}

See also