标签: c++
在c ++中使用curlpp库时是否可以获得http字节范围?
答案 0 :(得分:0)
request.setOpt(new curlpp::options::Range(range));
其中range是字节范围。例如。 100-200