Class HttpManager

java.lang.Object
ortus.boxlang.runtime.net.HttpManager

public class HttpManager extends Object
  • Method Details

    • getClient

      public static HttpClient getClient()
      Get the singleton instance of the HttpManager.

      Will construct a new instance if one does not already exist, otherwise returns the existing instance.

      Returns:
      The HttpManager instance.