Skip to main content
Module

x/aleph/types.d.ts>Cookies

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface Cookies
import { type Cookies } from "https://deno.land/x/aleph@1.0.0-alpha.22/types.d.ts";

Methods

get(key: string): string | undefined
set(
key: string,
value: string,
options?: CookieOptions,
): void
delete(key: string, options: CookieOptions): void