Exemple #1
0
 /**
  * Adds authentication to the comms.
  *
  * @param string $user
  * @param string $pass
  * @static 
  */
 public static function auth($user, $pass = null)
 {
     return \October\Rain\Network\Http::auth($user, $pass);
 }