Signature: httpGet(clientID: int, path: string, headers: string) -> int

Description: Makes an HTTP GET request to the specified path.

Parameters

Returns: int

Example

let status = httpGet(clientId, "/get", "")
print("GET request status: ${status}")