Skip to main content
Module

x/cav/cookies.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.23/cookies.ts";

Options for setting a cookie in a CookieJar.

Properties

optional
signed: boolean