What does calling `next('route')` do inside an Express route handler?
-
A
Skips remaining handlers in the current route and passes control to the next matching route
-
B
Calls the global error handler immediately
-
C
Terminates the request-response cycle
-
D
Moves to the next middleware in the same route stack