$_mh
$_mh : resource|\CurlMultiHandle
Internal use only. Lazy loaded multi-handle.
Returns an asynchronous response using curl_multi_* functions.
When using the CurlMultiHandler, custom curl options can be specified as an associative array of curl option constants mapping to values in the curl key of the provided request options.
$_mh : resource|\CurlMultiHandle
Internal use only. Lazy loaded multi-handle.
$factory : \GuzzleHttp\Handler\CurlFactoryInterface
$selectTimeout : int
$active : resource|\CurlMultiHandle|null
$handles : array
$delays : array<int,float>
$options : array
__construct(array $options = []) : mixed
This handler accepts the following options:
array | $options |