Multi Curl
Opened this issue · 2 comments
Deleted user commented
Does this support multi curl? (Asynchronous)
halfer commented
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.
nadar commented
AFAIK this library is not intended to support multiple curl calls.