Skip to main content
The Deno 2 Release Candidate is here
Learn more
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://deno.land/x/fresh@1.6.3/src/server/router.ts";

Properties

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