Package ortus.boxlang.runtime.net
Class HttpManager
java.lang.Object
ortus.boxlang.runtime.net.HttpManager
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpClient
Get the singleton instance of the HttpManager.
-
Method Details
-
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.
-