Example 10686

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "b760deab-e61e-4319-b9b0-8e749af517a6"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "ulciscor"
"another one": "depromo"
}
}

See also