$connections
$connections : array<mixed,\Swoole\Coroutine\Http\Client>|array<mixed,\Swoole\Coroutine\Http2\Client>
连接对象
removeConnection(string $host, integer $port, boolean $ssl) : \Swoole\Coroutine\Http\Client|\Swoole\Coroutine\Http2\Client|boolean
将指定连接从本管理器中移除,但不会关闭该连接
string | $host | |
integer | $port | |
boolean | $ssl |