chobie\Jira\Api\Client\PHPClient::isHttpsSupported PHP Method

isHttpsSupported() protected method

Returns status of HTTP support.
protected isHttpsSupported ( ) : boolean
return boolean
    protected function isHttpsSupported()
    {
        return $this->httpsSupport;
    }