基于HttpURLConnection 的Get\Post封装(一)

由于Android6.0开始移除了对HttpClient的集成,本次封装HttpURLConnection以适应。

随手记:

HTTP Keep-Alive,总看到这个参数,加与不加,下面的文章有详解。

http://www.cnblogs.com/huangfox/archive/2012/03/31/2426341.html

setDoOutput 与 setDoInput 简单来说,都设置True

http://2320098003-qq-com.iteye.com/blog/1434536

httpcode 206 

我们可以通过Range和206 Partial Content来分块获取一个大文件。在offset有效的时候,Web Server会返回206,否则会返回416 Requested Range Not Satisfiable。

http://everet.org/http-status-206-partial-content.html?utm_source=tuicool

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章