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

如何取消当前的Http请求? #14

Closed dotfeng closed 8 years ago

litesuits commented 8 years ago

调用request.cancel(); 或者中断interrupt当前线程也可以,litehttp不会实时停止,但会最早停止工作。