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.