Example 15897
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "87cce9bf-e156-4ae2-8461-252690bbd1e0"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "adflicto"
"another one": "sursum"
}
}