Skip to main content
Module

x/cav/stack.ts

A server framework for Deno
Go to Latest
import * as mod from "https://deno.land/x/cav@0.0.21/stack.ts";

Functions

Constructs a new Stack handler using the provided routes object. Keys can be a subset of the URLPattern syntax when group capturing is desired. See the documentation for more information about how Stack routing works. TODO: the documentation about how Stack routing works

Interfaces

Handler that routes requests to Rpcs (endpoints) or other Stacks (routers).