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