Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method CookieMap.prototype.entries
import { CookieMap } from "https://deno.land/std@0.209.0/http/unstable_cookie_map.ts";

Iterate over the cookie keys and values that are present in the Request. This is an alias of the [Symbol.iterator] method present on the class.

Returns

IterableIterator<[string, string]>