Appearance
4093 - Quoted Keys
Configuration using special characters in keys. This is an example of a MAML document.
maml
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "d9fe589c-0a5c-4e5e-a68a-b9bb346b5234"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Koa"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "cupiditas"
"another one": "animi"
}
}