import { http } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { deleteCookie } = http;
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 { http } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { deleteCookie } = http;
Set the cookie header with empty value in the headers to delete it
The headers instance to delete the cookie from