Example 17293

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "e977a59a-f284-4846-b670-727f1ded1e57"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Hono"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "creber"
"another one": "temptatio"
}
}

See also