Skip to main content
Module

x/http_utils/handler.ts>Handler

HTTP implementation utility collection
Go to Latest
type alias Handler
import { type Handler } from "https://deno.land/x/http_utils@1.0.0-beta.1/handler.ts";

HTTP request handler.

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