Assume a single instance of this resource called "storage". Assume a client sends a PUT request with Payload "foo" to the URI storage/A/B/C. When the resource storage receives the request, it creates the resources A, B and C and delivers the request to the resource C. Resource C will process the PUT request and stare "foo". If the client sends a consecutive GET request to the URI storage/A/B/C, resource C will respond with the payload "foo". @author Martin Lanter
|
|