DrewM\Morse\Feature\Http::testCurl PHP Method

testCurl() public method

public testCurl ( )
    public function testCurl()
    {
        return self::functionAvailable('curl_init') && self::functionAvailable('curl_exec');
    }