Computer Science, asked by cezz8280, 7 months ago

Which of the following are allowed HTTP methods in a RESTful API?

Answers

Answered by abhinav779069
4

Answer:

POST, GET, PUT, PATCH, and DELETE. These correspond to create, read, update, and delete (or CRUD) operations, respectively

Similar questions