Swoole\Http\Client::__construct

(PECL swoole >= 1.9.0)

Swoole\Http\Client::__constructConstruct the async HTTP client.

Description

publicSwoole\Http\Client::__construct(string$host, string$port = ?, bool$ssl = ?)

Parameters

host

The hostname of the remote host.

port

The port number of the remote host.

ssl

Whether to enable SSL.

To Top