Example 6500

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "8e93d632-122c-4dc1-9c2c-88db0484f8ab"
Accept-Language: "ja-JP"
Cache-Control: "no-cache"
X-Powered-By: "Hono"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "aequus"
"another one": "triumphus"
}
}

See also