Signature: httpCreateClient(base_url: string, timeout: int) -> int

Description: Creates an HTTP client for making requests to a base URL.

Parameters

Returns: int

Example

let clientId = httpCreateClient("http://httpbin.org", 5000)
print("Client created")