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