x/oak/mod.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
method Cookies.prototype.forEach
import { Cookies } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.forEach&s=Cookies";

Parameters

callback: (
key: string,
value: string,
cookies: this,
) => void
[src]
optional
thisArg: any
[src]

Returns

Promise<void>[src]