Exemple #1
0
 /**
  * Sets a proxy to use with this request
  *
  * @static 
  */
 public static function proxy($type, $host, $port, $username = null, $password = null)
 {
     return \October\Rain\Network\Http::proxy($type, $host, $port, $username, $password);
 }