Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/allo_routing/types/IRouter.ts>IRouter

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

Methods

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