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.
当我尝试 curl -r 0-100获取文档的一部分时,我总是得到一个完整的 html 页面。是否有一种简单的方法可以知道主机是否支持范围标头,所以我可以使用 curl range 选项。
curl -r 0-100
服务器在响应标头中表示其对范围的支持。当您向站点发送 HEAD 或 GET 时,在响应中查找“Accept-Ranges: bytes”。