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