Which of the following are allowed HTTP methods in a RESTful API?
Answers
Answered by
4
Answer:
POST, GET, PUT, PATCH, and DELETE. These correspond to create, read, update, and delete (or CRUD) operations, respectively
Similar questions