Concept Flow - HTTP methods (GET, POST, PUT, DELETE)
Client sends HTTP request
Server receives request
Check HTTP method
Read
Send response back to client
The server receives a request, checks the HTTP method (GET, POST, PUT, DELETE), performs the related action, then sends a response.