0

I am testing abilities php using laravel/lumen as server side framework. I have exisitng project and new task is to make multiple requests at the same time. I found amphp/parallel package which could help me. But documentation says to use Artax (amphp/http_client) as http client to make parallel requests. But Artax's php Amp\Http\Client\Request takes string as request body. Can you help me how can I pass request body?

0 Answers0