Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Returns true if the matching key is present in the Request, otherwise false.

Parameters

key: string

Returns

boolean