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 servers 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.