Module

x/abc/mod.ts>Router

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

Properties

trees: Record<string, Node>

Methods

add(
method: string,
path: string,
): void
find(method: string, c: Context): HandlerFunc
import Router
import { Router } from "https://dotland.deno.dev/x/abc@v0.1.10/mod.ts";