Module

x/oak/mod.ts>Cookies#keys

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
method Cookies.prototype.keys
import { Cookies } from "https://dotland.deno.dev/x/oak@v12.6.1/mod.ts";

Iterate over the request's cookies, yielding up the key of each cookie.

If a keyring was provided, only properly signed cookie keys are returned.

Returns

AsyncIterableIterator<string>