Example #1
0
 /**
  * Simple mechanism to delete the entire singleton HTTP Client instance
  * which forces an new instantiation for subsequent requests.
  *
  * @return void
  */
 public static function clearHttpClient()
 {
     self::$httpClient = null;
 }