Example 13291

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "6d11dc73-b60d-465f-9d95-ad35b6e97f90"
Accept-Language: "ja-JP"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "aut"
"another one": "vulticulus"
}
}

See also