Module

x/opine/deps.ts>deleteCookie

Fast, minimalist web framework for Deno ported from ExpressJS.
Go to Latest
function deleteCookie
import { deleteCookie } from "https://dotland.deno.dev/x/opine@2.2.0/deps.ts";

Set the cookie header with empty value in the headers to delete it

Parameters

headers: Headers

The headers instance to delete the cookie from

name: string

Name of cookie

optional
attributes: { path?: string; domain?: string; }

Additional cookie attributes