예제 #1
0
 public static function enableSSL()
 {
     self::$useSSL = true;
     \Unirest::verifyPeer(true);
 }