开发者

Overlapping HTTPS requests?

开发者 https://www.devze.com 2023-02-02 01:59 出处:网络
Is there an example where I am able to do overlapping HTTPS requests while getting the returned results as they arrive. Language which supports threads to do this?

Is there an example where I am able to do overlapping HTTPS requests while getting the returned results as they arrive. Language which supports threads to do this?

Any examples of this would be开发者_运维问答 much appreciated!

Thank you.


curl multi-request functionality may be useful in this case. The example is with regular http but should work with https too. If you need to process data as they come, use curl's write handler functions set by CURLOPT_WRITEFUNCTION option.

0

精彩评论

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