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

x/fresh/src/server/mod.ts>MultiHandler

The next-gen web framework.
Extremely Popular
Go to Latest
type alias MultiHandler
Deprecated
Deprecated

This type was a short-lived alternative to Handlers. Please use Handlers instead.

import { type MultiHandler } from "https://deno.land/x/fresh@1.5.3/src/server/mod.ts";
deprecated
definition: Handlers<T>