import { SecureCookieMap } from "https://dotland.deno.dev/std@0.181.0/http/cookie_map.ts";
Iterate over the {@link Request
} cookies, yielding up a tuple
containing the key and value of each cookie.
If a key ring was provided, only properly signed cookie keys and values are returned.