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