method SecureCookieMap.prototype.[Symbol.asyncIterator]import { SecureCookieMap } from "https://dotland.deno.dev/std@0.181.0/http/mod.ts"; [Symbol.asyncIterator](): 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]>