express-delete Flashcards
1
Q
What is the significance of an HTTP request’s method?
A
It specifies to the app what you are requesting. For example, a “get” request method, requests data from the app. A “post” request method, requests that information be posted to the app or the app’s server. A “delete” request method requests that information or data be deleted from a specific object, array, etc. on the app or app’s server.