import { http } from "https://deno.land/x/fsrouter@2.11.1/deps.ts";
const { CookieMap } = http;
Set a named cookie in the response. The optional
CookieMapSetDeleteOptions
are applied to the cookie being set.
import { http } from "https://deno.land/x/fsrouter@2.11.1/deps.ts";
const { CookieMap } = http;
Set a named cookie in the response. The optional
CookieMapSetDeleteOptions
are applied to the cookie being set.