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

x/mith/example/deps.ts>cookieSession

A middleware framework for Deno's http/s server.
Latest
function cookieSession
import { cookieSession } from "https://deno.land/x/mith@v0.9.6/example/deps.ts";

Create a new cookie session middleware.

Parameters

options: options

Returns

Middleware

middleware