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

x/oak_nest/deps.ts>OakCookie#values

Refer to nestjs to realize some common functions for Deno
Go to Latest
method OakCookie.prototype.values
import { OakCookie } from "https://deno.land/x/oak_nest@v2.0.0/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>