Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fsrouter/deps.ts>http.CookieMap#keys

A file system based router for Deno.
Go to Latest
method http.CookieMap.prototype.keys
import { http } from "https://deno.land/x/fsrouter@2.11.1/deps.ts";
const { CookieMap } = http;

Iterate over the cookie keys that are present in the Request.

Returns

IterableIterator<string>