Example 14384

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "e23b7384-0f75-41d3-8e3b-a1d47d2d1ad9"
Accept-Language: "de-DE"
Cache-Control: "max-age=3600"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "distinctio"
"another one": "circumvenio"
}
}

See also