Skip to main content
Module

x/oak_commons/cookie_map.ts>CookieMap#entries

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Very Popular
Latest
method CookieMap.prototype.entries
import { CookieMap } from "https://deno.land/x/oak_commons@1.0.0/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]>