Example 14991

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "42dec4bb-ec85-436d-ac67-93acf9356d81"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "suffragium"
"another one": "tutamen"
}
}

See also