http/route_spec.ts view source
(app: Hono<BlankEnv, BlankSchema, "/">, specs: MiddlewareSpec[]): void Apply named middleware specs to a Hono app.
app
the Hono app
Hono<BlankEnv, BlankSchema, "/">specs
middleware specs to apply
MiddlewareSpec[]returns
void