Example 8083
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "aaff29fd-df8b-4444-822a-d073b62e8c96"
Accept-Language: "fr-FR"
Cache-Control: "no-cache"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "spiritus"
"another one": "neque"
}
}