Example 11197
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "4d3c8cb4-c853-405b-8451-9ccf3e92cd29"
Accept-Language: "en-US"
Cache-Control: "max-age=3600"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "speciosus"
"another one": "ubi"
}
}