createHttpClient
fun createHttpClient(configuration: HttpClientConfiguration = HttpClientConfiguration()): HttpClient
Creates a configured Ktor client backed by the Android engine on Android and the Darwin engine on Apple platforms.
The caller owns the returned client and must close it when it is no longer needed.