Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/http_wrapper/types.ts>EndpointMap

Simple Server/Router wrapper around Deno's HTTP module
Latest
type alias EndpointMap
import { type EndpointMap } from "https://deno.land/x/http_wrapper@v0.5.0/types.ts";
definition: Map<string, (req: ServerRequest, vars: RouteVariables) => void>