volume_mute

Assign actions to HTTP methods used by REST APIs

publish date2022/08/09 02:00:00 GMT+10

volume_mute
  1. GET     
  2. POST 
  3. PUT     
  4. DELTE
Please drag and drop the selected option in the right place or type it instead
read
create
update
delete

Correct Answer

(1) read
(2) create
(3) update
(4) delete

Explanation

These HTTP methods are usually used in these meanings where POST means create, GET means read, PUT means update, and DELETE means delete

Reference

Software Engineering (9th edition)


Quizzes you can take where this question appears