Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method CookieMap.prototype.[Symbol.iterator]
import { CookieMap } from "https://deno.land/std@0.187.0/http/mod.ts";

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

Returns

IterableIterator<[string, string]>