Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/examples/chat/deps.ts>cookieJar

A server framework for Deno
Go to Latest
function cookieJar
Re-export
import { cookieJar } from "https://deno.land/x/cav@0.2.0-alpha.7/examples/chat/deps.ts";

Creates a new CookieJar instance for managing a Request's cookies.

Parameters

req: Request
optional
keys: string | string[]