這是請求頭
<code>GET http://subversion.apache.org/images/windows.png HTTP/1.1 Host: subversion.apache.org Range: 1000-3000 Content-Length: 14 Pragma: no-cache </code>
這是響應頭
<code>HTTP/1.1 200 OK Date: Sun, 28 Aug 2016 01:33:56 GMT Server: Apache/2.4.7 (Ubuntu) Last-Modified: Thu, 14 Jan 2010 21:29:52 GMT ETag: "1403-47d2696640237" Accept-Ranges: bytes Content-Length: 5123 Content-Type: image/png Cache-Control: no-cache </code>
他直接回傳了一個完整的圖片,按照預想應該是返回部分圖片才對
這是請求頭
<code>GET http://subversion.apache.org/images/windows.png HTTP/1.1 Host: subversion.apache.org Range: 1000-3000 Content-Length: 14 Pragma: no-cache </code>
這是響應頭
<code>HTTP/1.1 200 OK Date: Sun, 28 Aug 2016 01:33:56 GMT Server: Apache/2.4.7 (Ubuntu) Last-Modified: Thu, 14 Jan 2010 21:29:52 GMT ETag: "1403-47d2696640237" Accept-Ranges: bytes Content-Length: 5123 Content-Type: image/png Cache-Control: no-cache </code>
他直接回傳了一個完整的圖片,按照預想應該是返回部分圖片才對