method CookieMap.prototype.entriesimport { CookieMap } from "https://deno.land/std@0.174.0/http/cookie_map.ts"; entries(): IterableIterator<[string, string]>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. ReturnsIterableIterator<[string, string]>