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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -