Computer Science, asked by simarkaur27490, 6 months ago

Which of the following is most commonly used HTTP methods? / ​

Answers

Answered by Anonymous
7

Answer:

The primary or most-commonly-used HTTP verbs (or methods, as they are properly called) are POST, GET, PUT, PATCH, and DELETE. These correspond to create, read, update, and delete (or CRUD) operations, respectively.

Similar questions