import { delCookie } from "https://deno.land/std@0.56.0/http/cookie.ts";
Set the cookie header properly in the Response to delete it
Parameters
res: Response
Server Response
import { delCookie } from "https://deno.land/std@0.56.0/http/cookie.ts";
Set the cookie header properly in the Response to delete it
Server Response