如何使用http删除方法使用sitebricks Web客户端发送有效负载数据

时间:2013-04-25 08:38:50

标签: java http sitebricks

我正在使用sitebricks http客户端向休息服务发送http请求。我的问题是如何使用删除发送有效负载数据? post方法接受数据作为参数

WebClient<SubnetId> client = web().clientOf(deleteUser()).transports(User.class).over(Json.class);

//client.post(user) <-- this is OK ! 

client.delete(); // <-- delete does not accepts user !!!

1 个答案:

答案 0 :(得分:0)

好的,在here中提出了一个很好的讨论,这在某种程度上是答案。