Skip to main content
Module

x/http_fns/discover_routes.ts>discoverRoutes

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

Utility to walk the local filesystem and discover routes.

Returns

Promise<DiscoveredRoute[]>

an array of discovered route tuples of the URLPattern to handler module URL.