import { SecureCookieMap } from "https://deno.land/std@0.174.0/http/mod.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
.