litesuits / android-lite-http

LiteHttp is a simple, intelligent and flexible HTTP framework for Android. With LiteHttp you can make HTTP request with only one line of code! It could convert a java model to the parameter and rander the response JSON as a java model intelligently.
http://litesuits.com?form=ghttp
Apache License 2.0
830 stars 347 forks source link

android 6.0 问题 #15

Closed gzu-liyujiang closed 8 years ago

gzu-liyujiang commented 8 years ago

android 6.0 不自带apache httpclient,所以。。。

joongelee commented 8 years ago

所以切换到Volley或okhttp吧。。。不过蛮期待作者把底端的httpclient给实现了

litesuits commented 8 years ago

我正在努力,支持6.0中,感谢