Example 16083

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "e4d3aec3-ee01-4b1d-8e19-0e7b7974e3c1"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Hono"

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

See also