Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.7.3/src/server/router.ts";

Properties

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