method CookieMap.prototype.entriesimport { CookieMap } from "https://dotland.deno.dev/std@0.181.0/http/cookie_map.ts"; entries(): IterableIterator<[string, string]>Iterate over the cookie keys and values that are present in the {@link Request}. This is an alias of the [Symbol.iterator] method present on the class. ReturnsIterableIterator<[string, string]>