Skip to main content
Module

x/cav/mod.ts>CookieDeleteOptions

A server framework for Deno
Go to Latest
interface CookieDeleteOptions
import { type CookieDeleteOptions } from "https://deno.land/x/cav@0.0.21/mod.ts";

Limits what paths/domains a cookie should be deleted for.

Properties

optional
path: string

Limits the deleted cookie to the given path.

optional
domain: string

Limits the deleted cookie to the given domain.