Skip to main content
Module

x/cav/mod.ts>StackRoutes

A server framework for Deno
Go to Latest
interface StackRoutes
import { type StackRoutes } from "https://deno.land/x/cav@0.0.8/mod.ts";

A routing map used by the constructed Stack to find matching handlers to handle an incoming request.

Index Signatures

[x: string]: http.Handler | StackRoutes | null