Skip to main content
Module

x/abc/router.ts>Router

A better Deno framework to create web application.
Go to Latest
class Router
import { Router } from "https://deno.land/x/abc@v0.1.10/router.ts";

Properties

trees: Record<string, Node>

Methods

add(
method: string,
path: string,
h: HandlerFunc,
): void
find(method: string, c: Context): HandlerFunc