Skip to main content
Module

x/easyroute/types.ts>CookieOptions

A simple and pragmatic approach to routing Deno web requests.
Latest
type alias CookieOptions
import { type CookieOptions } from "https://deno.land/x/easyroute@0.2.0/types.ts";
definition: { expires?: Date; maxAge?: number; domain?: string; path?: string; secure?: boolean; httpOnly?: boolean; sameSite?: "Strict" | "Lax" | "None"; unparsed?: string[]; }