Skip to main content
Module

x/oak/mod.ts>Cookies#values

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