import { SecureCookieMap } from "https://dotland.deno.dev/std@0.181.0/http/cookie_map.ts";
Iterate over the request's cookies, yielding up the value of each cookie.
If a keyring was provided, only properly signed cookie values are returned.
import { SecureCookieMap } from "https://dotland.deno.dev/std@0.181.0/http/cookie_map.ts";
Iterate over the request's cookies, yielding up the value of each cookie.
If a keyring was provided, only properly signed cookie values are returned.