import { type RouterOptions } from "https://deno.land/x/rutt@0.3.0/mod.ts";
Additional options for the router function.
Properties
An optional property which contains a handler for anything that doesn't
match the routes
parameter
optional
errorHandler: ErrorHandler<T>An optional property which contains a handler for any time it fails to run the default request handling code
optional
unknownMethodHandler: UnknownMethodHandler<T>An optional property which contains a handler for any time a method that is not defined is used