Skip to main content
Latest
function setCookie
import { setCookie } from "https://deno.land/x/cookies@1.0.0/deps.ts";

Set the cookie header properly in the Response

Parameters

res: { headers?: Headers; }

An object which has a headers property