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

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

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

Return the value of a matching key present in the Request. If the key is not present undefined is returned.

Parameters

key: string

Returns

string | undefined