Kelunik\Acme\Verifiers\Http01::__construct PHP Метод

__construct() публичный Метод

Http01 constructor.
public __construct ( Amp\Artax\HttpClient $client = null )
$client Amp\Artax\HttpClient HTTP client to use, otherwise a default client will be used
    public function __construct(HttpClient $client = null)
    {
        $this->client = $client ?: new Client(new NullCookieJar());
    }