What is Middleware in NestJS and when does it execute?
-
A
A decorator that runs after the response is sent
-
B
A function that runs before the route handler, with access to req and res
-
C
A service that transforms database results
-
D
A pipe that validates route parameters