Hprose\Swoole\Http\Transporter::create PHP Method

create() public method

public create ( )
    public function create()
    {
        $client = $this->client;
        $conn = new swoole_http_client($client->host, $client->port, $client->ssl);
        $this->size++;
        return $conn;
    }