Arronlong / httpclientutil

该项目基于HttpClient-4.4.1封装的一个工具类。提供了更为简单的GET、POST及上传下载等功能。同时支持插件式配置Http-Header(包含自定义header)、配置SSL和Proxy等。
https://blog.csdn.net/xiaoxian8023/category_9264781.html
Apache License 2.0
1.41k stars 719 forks source link

delete方式,body传不进去值 #40

Open dulinanaaa opened 5 years ago

dulinanaaa commented 5 years ago

HttpDelete没有setEntity方法,需要做下补充 可以参考:https://blog.csdn.net/HaleyLiu123/article/details/81303508