Example 9700

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "7cbb3e5f-26fe-4a0a-8151-fd4c4accaa10"
Accept-Language: "ja-JP"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "depereo"
"another one": "speciosus"
}
}

See also