laminas / laminas-http

Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests
https://docs.laminas.dev/laminas-http/
BSD 3-Clause "New" or "Revised" License
36 stars 27 forks source link

How one can use `curl_multi_init` using Curl #82

Closed vrkansagara closed 6 months ago

vrkansagara commented 6 months ago

Feature Request

Q A
New Feature yes
RFC no
BC Break no

Summary

I can see this code only support for the single threaded curl call https://github.com/laminas/laminas-http/blob/2.20.x/src/Client/Adapter/Curl.php#L262

But how one should can work with curl multi. Is there any plan to implement for the same in nearest feature ?

laminas-bot commented 6 months ago

This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself

You can continue using laminas/laminas-http safely. Its successor will be PSR-7 in a later revision of laminas/laminas-mvc.