Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method SecureCookieMap.prototype.keys
import { SecureCookieMap } from "https://deno.land/std@0.193.0/http/cookie_map.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>