Optionalmiddlewares?: OneOrMore<WinterTcMiddleware>One or more WinterTC middleware functions or objects to apply to every incoming request before route matching.
These run at the top level of the router, before any route-specific middlewares or endpoint handlers. Useful for cross-cutting concerns such as logging, CORS, authentication, or request timing.
A Hono router instance.
Configuration options for HttpRouter.
IMPORT_PATH:
"@daiso-tech/core/http-router"