Example 2685
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "ec01ca53-d347-4264-896e-d37b65a46801"
Accept-Language: "de-DE"
Cache-Control: "max-age=3600"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "aiunt"
"another one": "somnus"
}
}