8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Setting CURLMOPT_ options #323

Open kurtextrem opened 1 year ago

kurtextrem commented 1 year ago

As far as I can tell using the yaml config, we can set curl_ options, but is it also possible to set the curlm* options? (https://www.php.net/manual/de/function.curl-multi-setopt.php) Guzzle should support those