Learningfuze Bootcamp > express-hello-world > Flashcards
How do you mount a middleware with an Express application?
app.use()
Which objects does an Express application pass to your middleware to manage the request/response lifecycle of the server?
req
res