简体   繁体   English

如何使用Apache http客户端创建httpDelete? 在java中

[英]how to make a httpDelete with Apache http client? in java

Hi i'm new in Apache http client, can you help me? 嗨,我是Apache http客户端的新手,你能帮助我吗?

I have next parameter 我有下一个参数

{“name”:"goku"} {“名”: “悟空”}

I sending this parameter to be removed. 我发送此参数要删除。

please help me 请帮我

Apache Http Fundamentals can be found here http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html Apache Http Fundamentals可以在这里找到http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html

Specifically DELETE request is similar to GET and described here http://hc.apache.org/httpclient-3.x/methods/delete.html 特别是DELETE请求类似于GET并在此处描述http://hc.apache.org/httpclient-3.x/methods/delete.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM