In Express, the ______ method is used to specify a callback function to handle HTTP GET requests to a specified route.

  • GET
  • POST
  • PUT
  • callback
In Express.js, the GET method is used to specify a callback function to handle HTTP GET requests to a specified route. The GET method is a standard HTTP method for retrieving data from a server.
Add your answer
Loading...

Leave a comment

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