Skip to main content
Module

x/cav/mod.ts>Handler

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

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

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