Concept Flow - Resource-based URL design
Client sends HTTP request
Server matches URL to resource
Identify HTTP method (GET, POST, PUT, DELETE)
Perform action on resource
Send response back to client
This flow shows how a server handles requests by matching URLs to resources and HTTP methods to actions.