Coding Bootcamp LFZ > express-delete > Flashcards
What is the significance of an HTTP request’s method?
The application ‘listens’ for requests that match the specified route and method and when it detects a match, it calls the specified callback function; show intent of what the request should do