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#keys

Refer to nestjs to realize some common functions for Deno
Go to Latest
method OakCookie.prototype.keys
import { OakCookie } from "https://deno.land/x/oak_nest@v1.15.1/test_deps.ts";

Iterate over the request's cookies, yielding up the keys.

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

Returns

AsyncIterableIterator<string>