ScriptFUSION\Porter\Net\Http\HttpConnector::__construct PHP Method

__construct() public method

public __construct ( HttpOptions $options = null )
$options HttpOptions
    public function __construct(HttpOptions $options = null)
    {
        parent::__construct();
        $this->options = $options ?: new HttpOptions();
    }