Skip to main content
Module

x/cav/router.ts>Handler

Experimental server framework for Deno
Go to Latest
type alias Handler
import { type Handler } from "https://deno.land/x/cav@0.3.2/router.ts";

Request handler. Compatible with Deno's standard Handler type.

definition: (req: Request, context: Context) => Response | Promise<Response>