HTTP Methods
the hypertext transfer protocol (http) is designed to enable communications between clients and servers.
the protocol works by clients sending requests to the server and servers responding to the requests. we do CRUD operations (create, read, update, delete) by sending http requests with different http methods, sometimes called http verbs. GET and Post are the most frequently used http methods.
Type Of HTTP Request Methods:
GET
POST
PUT
PATCH
DELETE
HEAD
OPTIONS
TRACE
CONNECT