method CookieMap.prototype.valuesimport { CookieMap } from "https://dotland.deno.dev/std@0.181.0/http/mod.ts"; values(): IterableIterator<string>Iterate over the cookie values that are present in the Request. ReturnsIterableIterator<string>