Skip to main content
Module

x/another_cookiejar/cookie.ts>CookieOptions

https://deno.land/x/another_cookiejar
Go to Latest
type alias CookieOptions
import { type CookieOptions } from "https://deno.land/x/another_cookiejar@v4.1.4/cookie.ts";
definition: { name?: string; value?: string; path?: string; domain?: string; expires?: number; maxAge?: number; secure?: boolean; httpOnly?: boolean; sameSite?: "Lax" | "Strict" | "None"; creationDate?: number; }