import { SecureCookieMap } from "https://deno.land/x/oak@v14.1.1/deps.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.
x/oak/deps.ts>SecureCookieMap#values
import { SecureCookieMap } from "https://deno.land/x/oak@v14.1.1/deps.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.