import { deleteCookie } from "https://deno.land/std@0.112.0/http/cookie.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
import { deleteCookie } from "https://deno.land/std@0.112.0/http/cookie.ts";
Set the cookie header with empty value in the headers to delete it
The headers instance to delete the cookie from