In Express.js, the ______ object represents the incoming HTTP request.

  • request
  • req
  • response
  • res
In Express.js, the req object represents the incoming HTTP request. It contains information about the request such as headers, parameters, and body. The request and response options are related to the request and response objects but are not used to represent the incoming request. The res object represents the response, not the request.
Add your answer
Loading...

Leave a comment

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