import { SecureCookieMap } from "https://deno.land/x/oak@v14.1.1/deps.ts";
Set a cookie in the response headers.
If there was a keyring set, cookies will be automatically signed, unless
overridden by the passed options. Cookies can be deleted by setting the
value to null
.