You can call `HttpClient()` without any args, and ...
# ktor
z
You can call
HttpClient()
without any args, and have it magically work -- am I right thinking that its probably a good idea to specify the
HttpClientEngineFactory<*>
anyhow to avoid using the ClassLoader on Android?