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

x/http_wrapper/types.ts>EndpointRoutes

Simple Server/Router wrapper around Deno's HTTP module
Latest
type alias EndpointRoutes
import { type EndpointRoutes } from "https://deno.land/x/http_wrapper@v0.5.0/types.ts";
definition: Map<QueryType, EndpointMap>