Question: When a request event is received in the HTTP module, what is the type of the first argument passed to that event, usually named req?
- http.IncomingMessage
- http.ServerRequest
- http.ClientRequest
- http.ServerResponse
Answer: The correct answer of the above question is Option A:http.IncomingMessage