Signature: httpCloseClient(clientID: int) -> int
Description: Closes the HTTP client and cleans up resources.
Parameters
- clientID (int): Client identifier to close
Returns: int
Example
let result = httpCloseClient(clientId)
print("Client closed")
Signature: httpCloseClient(clientID: int) -> int
Description: Closes the HTTP client and cleans up resources.
Returns: int
let result = httpCloseClient(clientId)
print("Client closed")