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