Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fsrouter/deps.ts>http.SecureCookieMap#values

A file system based router for Deno.
Go to Latest
method http.SecureCookieMap.prototype.values
import { http } from "https://deno.land/x/fsrouter@2.11.1/deps.ts";
const { SecureCookieMap } = http;

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>