Example 8883

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "77ebc022-174f-4175-97e5-efb042d99f94"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "provident"
"another one": "attonbitus"
}
}

See also