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.2.0-alpha.7/mod.ts";

Options for setting a cookie in a CookieJar.

Properties

optional
signed: boolean