开发者

Is it possible to use HTTP byte ranges using curlpp

开发者 https://www.devze.com 2023-02-08 02:10 出处:网络
Is it possible to get http byte ranges when using curlpp library in c++开发者_运维问答? request.setOpt(new curlpp::options::Range(range));

Is it possible to get http byte ranges when using curlpp library in c++开发者_运维问答?


 request.setOpt(new curlpp::options::Range(range));

where range is the byte range. for eg. 100-200

0

精彩评论

暂无评论...
验证码 换一张
取 消