Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oak_nest/test_deps.ts>OakCookie#[Symbol.asyncIterator]

Refer to nestjs to realize some common functions for Deno
Go to Latest
method OakCookie.prototype.[Symbol.asyncIterator]
import { OakCookie } from "https://deno.land/x/oak_nest@v2.0.1/test_deps.ts";

Iterate over the Request cookies, yielding up a tuple containing the key and value of each cookie.

If a key ring was provided, only properly signed cookie keys and values are returned.

Returns

AsyncIterableIterator<[string, string]>