Skip to main content
Module

x/abc/deps.ts>cookie.Cookie

A better Deno framework to create web application.
Go to Latest
interface cookie.Cookie
import { type cookie } from "https://deno.land/x/abc@v0.2.9/deps.ts";
const { Cookie } = cookie;

Properties

name: string
value: string
optional
expires: Date
optional
maxAge: number
optional
domain: string
optional
path: string
optional
secure: boolean
optional
httpOnly: boolean
optional
sameSite: SameSite
optional
unparsed: string[]