Skip to main content
Module

x/http_fns/dynamic.ts>dynamicRoute

A bunch of functions for building HTTP servers
Go to Latest
function dynamicRoute
import { dynamicRoute } from "https://deno.land/x/http_fns@v0.0.27/dynamic.ts";

Create a handler that dynamically loads handler modules from the filesystem.

Parameters

the root URL pattern, under which all found handlers are nested