Skip to main content
Module

x/oak_commons/cookie_map.ts>CookieMap#get

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Go to Latest
method CookieMap.prototype.get
import { CookieMap } from "https://deno.land/x/oak_commons@0.6.0/cookie_map.ts";

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