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

x/easyroute/types.ts>Handler

A simple and pragmatic approach to routing Deno web requests.
Latest
type alias Handler
import { type Handler } from "https://deno.land/x/easyroute@0.2.0/types.ts";
definition: (request: EasyRequest, ...args: any[]) => EasyResponse | Promise<EasyResponse>