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 オプションで設定されたcurlの書き込みハンドラー関数を使用してください。
curl
http
https
CURLOPT_WRITEFUNCTION