Skip to main content
Module

x/oak/deps.ts>SecureCookieMap#entries

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
method SecureCookieMap.prototype.entries
import { SecureCookieMap } from "https://deno.land/x/oak@v12.1.0/deps.ts";

Iterate over the Request cookies, yielding up a tuple containing the key and value of each cookie.

If a key ring was provided, only properly signed cookie keys and values are returned.

Returns

AsyncIterableIterator<[string, string]>