Skip to main content
Module

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

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

Properties

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