method CookieMap.prototype.entriesimport { CookieMap } from "https://dotland.deno.dev/std@0.181.0/http/mod.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]>