Module

x/oak/deps.ts>SecureCookieMap#values

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
method SecureCookieMap.prototype.values
import { SecureCookieMap } from "https://dotland.deno.dev/x/oak@v13.0.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.

Returns

AsyncIterableIterator<string>