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

http client 可以支持断点续传么 #8

Closed zhenglu1989 closed 7 years ago

zhenglu1989 commented 7 years ago

http client 可以支持断点续传么

Arronlong commented 7 years ago

暂时不支持,也暂时没有完善这个功能的计划。