基於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

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