Skip to main content
Module

x/cav/mod.ts>CookieSetOptions

A server framework for Deno
Go to Latest
interface CookieSetOptions
implements Omit<http.Cookie, "name" | "value">
import { type CookieSetOptions } from "https://deno.land/x/cav@0.0.21/mod.ts";

Extends the Deno default cookie set options to include the "signed" flag.

Properties

optional
signed: boolean

Whether or not this cookie should be signed. Default: false