Google News
logo
Phalcon - Interview Questions
What are the different type of HTTP methods?
There are various different type of HTTP methods :

GET : It is used to retrieve and search data.
POST : It is used to add data.
PUT : It is used to update data.
DELETE : It is used to delete data.
Advertisement