Skip to main content
Module

x/fastro/server/deps.ts>deleteCookie

Fast and simple web application framework for deno
Go to Latest
function deleteCookie
import { deleteCookie } from "https://deno.land/x/fastro@v0.60.1/server/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