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@v10.6.0/mod.ts";

Iterate over the request's cookies, yielding up each value.

If there are keys set on the application, only the values that are properly signed will be returned.

Returns

AsyncIterableIterator<string>