Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cav/test/test_deps.ts>http.setCookie

A server framework for Deno
Go to Latest
function http.setCookie
import { http } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { setCookie } = http;

Set the cookie header properly in the headers

Parameters

headers: Headers

The headers instance to set the cookie to