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