GoLang Swoole\Http\Client::__construct

request it (250)
GoLang replacement for PHP's Swoole\Http\Client::__construct [edit | history]



Do you know a GoLang replacement for PHP's Swoole\Http\Client::__construct? Write it!

PHP Swoole\Http\Client::__construct

PHP original manual for Swoole\Http\Client::__construct [ show | php.net ]

Swoole\Http\Client::__construct

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

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

Description

public Swoole\Http\Client::__construct ( string $host [, string $port [, boolean $ssl ]] )

Parameters

host

The hostname of the remote host.

port

The port number of the remote host.

ssl

Whether to enable SSL.