method SecureCookieMap.prototype.entriesimport { SecureCookieMap } from "https://dotland.deno.dev/std@0.181.0/http/mod.ts"; entries(): AsyncIterableIterator<[string, string]>Iterate over the Request cookies, yielding up a tuple containing the key and value of each cookie. If a key ring was provided, only properly signed cookie keys and values are returned. ReturnsAsyncIterableIterator<[string, string]>