import { deleteCookie } from "https://deno.land/std@0.61.0/http/mod.ts";
Set the cookie header properly in the Response to delete it
Parameters
res: { headers?: Headers; }
Server Response
import { deleteCookie } from "https://deno.land/std@0.61.0/http/mod.ts";
Set the cookie header properly in the Response to delete it
Server Response