Skip to main content
Module

x/cav/client.ts>Handler

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

Generic handler type for server-defined Request handlers.

definition: (req: Request, ...a: any[]) => Promise<Response> | Response