How would you implement copy-paste support in a RESTful way?
Let\'s say I have book store resource. And books in every store
http://mydomain.com/rest
I would have it so that the user executes PUT command to execute the action.
So something like a variable in the form data is contains the correct action to perform.