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?

  1. http.IncomingMessage
  2. http.ServerRequest
  3. http.ClientRequest
  4. http.ServerResponse

Answer: The correct answer of the above question is Option A:http.IncomingMessage