Skip to main content
Module

x/allo_routing/mod.ts>IRouter

🦕 Routing solution for Deno
Go to Latest
interface IRouter
Re-export
import { type IRouter } from "https://deno.land/x/allo_routing@v1.0.1/mod.ts";

Methods

match(req: Request): boolean | Promise<boolean>
serveResponse(req: Request): Response | Promise<Response>