create

fun <T : HttpClientEngineConfig> create(engineFactory: HttpClientEngineFactory<T>, json: Json = Json { ignoreUnknownKeys = true }, followRedirects: Boolean = false): HttpClient
fun create(engine: HttpClientEngine, json: Json = Json { ignoreUnknownKeys = true }, followRedirects: Boolean = false): HttpClient