The ______ class in the http module is used to parse the incoming request headers and body.

  • Request
  • IncomingMessage
  • HttpRequest
  • HttpParser
The IncomingMessage class in the http module is used to parse the incoming request headers and body. It provides methods and properties for accessing request data, including headers, HTTP method, and request body. The other options do not represent the class responsible for parsing incoming request data in the HTTP module.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *