It's for internal use only
.use( and .route( generate a MiddlewareItem and push it in appropriate stack.
.use(
.route(
Request handler iterate on this stacks, use MiddlewareItem.methods and MiddlewareItem.route to check if request match. If it match call MiddlewareItem.middleware
Generated using TypeDoc
It's for internal use only
.use(
and.route(
generate a MiddlewareItem and push it in appropriate stack.Request handler iterate on this stacks, use MiddlewareItem.methods and MiddlewareItem.route to check if request match. If it match call MiddlewareItem.middleware