Can't I pass an entity as part of HTTP.DELETE? Does it act the same way as HTTP.GET?
Even if I am passing entity as part of METHOD.DELETE in my request, the Resource class in the server doesn't receive anything. getRequest().isEntityAvailable() is false. And if the answer is yes can someone tell me whats the rational behind it?

