Computer Science, asked by arai87288, 7 months ago

which of the following is most commonly used http methods

Answers

Answered by DisneyPrincess29
2

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