Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method SecureCookieMap.prototype.values
import { SecureCookieMap } from "https://deno.land/std@0.197.0/http/mod.ts";

Iterate over the request's cookies, yielding up the value of each cookie.

If a keyring was provided, only properly signed cookie values are returned.

Returns

AsyncIterableIterator<string>