Example 4796

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "45fb2e1d-df98-422b-a258-d4486a676afb"
Accept-Language: "fr-FR"
Cache-Control: "max-age=3600"
X-Powered-By: "Koa"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "cado"
"another one": "umquam"
}
}

See also