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

x/oak_nest/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@v1.13.17/deps.ts";

Iterate over the request's cookies, yielding up a tuple containing the key and the value.

If there are keys set on the application, only keys and values that are properly signed will be returned.

Returns

AsyncIterableIterator<[string, string]>