Skip to main content
Module

x/drash/src/types.ts>ResourceHttpMethodHandler

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
type alias ResourceHttpMethodHandler
import { type ResourceHttpMethodHandler } from "https://deno.land/x/drash@v2.7.1/src/types.ts";
definition: (request: Request, response: Response) => Promise<void> | void