```js get /hello { // access syntax: cookie.field or cookie["field"] let xyz = cookie.xyz; return f"cookie: xyz={xyz}"; } ```