Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有大约 10MB 的文件。我需要以优化的方式下载。那么,有没有办法以优化的方式以编程方式下载它?
这个问题留下了很大的解释空间。这是一个简单的答案。
使用 gzip。
在您的 Web 服务器上启用 gzip。他们中的大多数人都能做到。在您的 http 请求中发送 accept-encoding: gzip 标头。
通常,这将比未压缩更快地完成它。