In the docs for the NodeJS express module, the example code has app.use(...).
app.use(...)
What is the use function and where is it defined?
use
Each app.use(middleware) is called every time a request is sent to the server.