Skip to main content
Module

x/oak_commons/cookie_map.ts>CookieMap#values

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Very Popular
Latest
method CookieMap.prototype.values
import { CookieMap } from "https://deno.land/x/oak_commons@1.0.0/cookie_map.ts";

Iterate over the cookie values that are present in the Request.

Returns

IterableIterator<string>