Concept Flow - Hierarchical resource paths
Client sends request
Server receives URL path
Parse path segments
Match segments to resources
Identify nested resource
Perform action on resource
Send response back
The server breaks down the URL path into parts, matches each part to a resource or sub-resource, then performs the requested action.