import { deleteCookie } from "https://deno.land/std@0.92.0/http/cookie.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.92.0/http/cookie.ts";
Set the cookie header properly in the Response to delete it
Server Response