laravel-async icon indicating copy to clipboard operation
laravel-async copied to clipboard

Http requests

Open Nilanth opened this issue 2 years ago • 2 comments

Does this package work with HTTP requests?

Nilanth avatar May 08 '22 13:05 Nilanth

Yes I used it to call 3 different google drive APIs at the same time

hsmfawaz avatar Sep 15 '22 22:09 hsmfawaz

Yes I used it to call 3 different google drive APIs at the same time

If you just want to call http requests async, try to use Guzzle or curl_multi_exec instead.

vuongxuongminh avatar Sep 16 '22 00:09 vuongxuongminh