Example 7682
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "2569aa3b-74b0-410d-ab24-ccceb5dea4d0"
Accept-Language: "de-DE"
Cache-Control: "max-age=3600"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "vulpes"
"another one": "ater"
}
}