Skip to main content
Module

x/railgun/mod.ts>deleteCookie

deno web server framework
Go to Latest
function deleteCookie
Re-export
import { deleteCookie } from "https://deno.land/x/railgun@v0.1.0/mod.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