Example 3283

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "5a9ab54e-9ebb-472a-90b3-3d51971497d9"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "carpo"
"another one": "testimonium"
}
}

See also