Skip to main content
Module

x/drash/mod.ts>Types.ResourceHttpMethodHandler

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