import { type RequestRouterOptions } from "https://deno.land/x/keywork@v6.2.1/router/interfaces/mod.ts";
Options to configure the Worker Router.
Properties
optional
middleware: Array<MiddlewareDeclarationLike>Middleware to apply to the router during construction.
Middleware can also be applied via RequestRouter#use
.
optional
react: ReactRendererOptionsoptional
debug: RequestRouterDebugOptions