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