Is there something I am missing on RESTlet and delete?
I have a RESTlet, it defines (GET, DELETE, PUT, POST)
DELETE and PUT both call the same function, it simply logs the value passed to it and returns that value.
? Why would PUT return { "hello":"world" } but DELETE return {} ?