httpClient()
Last updated 1/10/2024
The
httpClient()
is a function on the Five
object that creates and returns a new HTTPClient
object. This can be used to make
HTTP requests to external web services.
Available
Server
Function Signature
httpClient() : HTTPClient;
Return Value
Returns a
HTTPClient
object.