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.
有没有一个例子,我能够在获得返回的结果时进行重叠的 HTTPS 请求。支持线程执行此操作的语言?
任何这方面的例子将不胜感激!
谢谢你。
curl 在这种情况下,多请求功能可能很有用。该示例是常规的http,但也应该使用https。如果您需要在数据到来时对其进行处理,请使用由CURLOPT_WRITEFUNCTION option设置的 curl 的写入处理程序函数。
curl
http
https
CURLOPT_WRITEFUNCTION