curl icon indicating copy to clipboard operation
curl copied to clipboard

Multi Curl

Open ghost opened this issue 8 years ago • 1 comments

Does this support multi curl? (Asynchronous)

ghost avatar Feb 20 '17 14:02 ghost

There is no sign of curl_multi_exec() in the main class, so I would guess no. However, you could extend the main class and add your own methods to do that.

halfer avatar Apr 01 '17 16:04 halfer

AFAIK this library is not intended to support multiple curl calls.

nadar avatar Aug 29 '22 08:08 nadar