Module

x/fresh/src/server/router.ts>RouterOptions

The next-gen web framework.
Extremely Popular
Go to Latest
interface RouterOptions
import { type RouterOptions } from "https://dotland.deno.dev/x/fresh@1.6.7/src/server/router.ts";

Properties

internalRoutes: Routes
staticRoutes: Routes
routes: Routes
otherHandler: Handler
errorHandler: ErrorHandler
optional
unknownMethodHandler: UnknownMethodHandler