radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

HTTP Client Pool method #108

Closed BenRutlandWeb closed 3 years ago

BenRutlandWeb commented 3 years ago

Is your feature request related to a problem? Please describe. There is no easy way to make concurrent HTTP requests.

Describe the solution you'd like A Http::pool() method as in Laravel which returns concurrent HTTP requests.

Describe alternatives you've considered Requests::request_multiple(): https://developer.wordpress.org/reference/classes/requests/request_multiple/

Additional context Laravel's pool method: https://laravel.com/docs/8.x/http-client#concurrent-requests