method Cookies.prototype.entriesimport { Cookies } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.entries&s=Cookies";entries(): AsyncIterableIterator<[string, string]>Iterate over the request's cookies, yielding up a tuple containing the key and the value. If there are keys set on the application, only keys and values that are properly signed will be returned. ReturnsAsyncIterableIterator<[string, string]>[src]