对StreamResult做了增强,支持断点续传方式(多线程)下载同时也支持普通方式(单线程)下载;author iPan version 2014-3-19 public class MulitStreamResult extends StreamResult { private static final long ...
断点续传则需要用到上述Accept-Ranges和Content-Range将其添加到响应头中。例如如下: HEAD http://localhost/api/files/get?filename=blog_backup.zip User-Agent:IIS Host:localhost HTTP/1.1 200 OK Content-...