import { SecureCookieMap } from "https://dotland.deno.dev/std@0.181.0/http/cookie_map.ts";
Get the value of a cookie from the {@link Request
}.
If the cookie is signed, and the signature is invalid, undefined
will be
returned and the cookie will be set to be deleted in the response. If the
cookie is using an "old" key from the keyring, the cookie will be re-signed
with the current key and be added to the response to be updated.
Parameters
optional
options: SecureCookieMapGetOptions = [UNSUPPORTED]