java - How to send payload data using sitebricks web client using http delete method -


i using sitebricks http client send http requests rest service. question how send payload data delete ? post method accepts data parameter

webclient<subnetid> client = web().clientof(deleteuser()).transports(user.class).over(json.class);  //client.post(user) <-- ok !   client.delete(); // <-- delete not accepts user !!! 

ok guys, discussion raised in here answer.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -