Skip to main content
Module

x/oak_commons/cookie_map.ts>CookieMap#[Symbol.iterator]

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Go to Latest
method CookieMap.prototype.[Symbol.iterator]
import { CookieMap } from "https://deno.land/x/oak_commons@0.6.0/cookie_map.ts";

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

Returns

IterableIterator<[string, string]>