LFZ Flash Cards > express-hello-world > Flashcards
How do you mount a middleware with an Express application?
use method
Which objects does an Express application pass to your middleware to manage the request/response lifecycle of the server?
req and res object