Skip to main content
Module

x/cav/mod.ts>RouterShape

A server framework for Deno
Go to Latest
interface RouterShape
Re-export
import { type RouterShape } from "https://deno.land/x/cav@0.2.0-alpha.7/mod.ts";

The shape of a RouterRequest, mapping allowed routes to their handlers.

Index Signatures

[x: string]: (
| Handler[]
| string
| null
)