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.
假设我想暂停下载,然后重新开始。我们可以事先知道链接是否可以恢复。我的意思是这些信息可用于标题。
如果您想在开始下载之前知道这一点,您可以发送 HEAD 请求并检查标头中是否存在“Accept-Ranges: bytes”字段。
QNetworkAccessManager确实包含一些代码来处理网络会话中断时的恢复,但不幸的是它不是公共 API 的一部分。
QNetworkAccessManager