use
Register a global middleware handler. The handler must be a function and will receive an ExpressRequest, an ExpressResponse, and a callable next
value, which can be used to call the next handler in the pipeline.
Register a middleware handler at path. The handler must be a function and will receive an ExpressRequest, an ExpressResponse, and a callable next
value, which can be used to call the next handler in the pipeline.