Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/acorn/deps.ts>Cookies#entries

A focused RESTful server framework for Deno 🌰🦕
Go to Latest
method Cookies.prototype.entries
import { Cookies } from "https://deno.land/x/acorn@0.1.0/deps.ts";

Iterate over the request's 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]>