Example 8200
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "75c13e4f-9254-4365-a6d5-4e4abb08ab9b"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "cupressus"
"another one": "pauper"
}
}