common-ktx

//library/ss_n.common_ktx/HttpClient/createCustomClient

createCustomClient

[androidJvm]
fun createCustomClient(connectTimeout: Long = HTTP_TIME_OUT, writeTimeout: Long = HTTP_TIME_OUT, readTimeout: Long = HTTP_TIME_OUT, isShowLog: Boolean = true, logLevel: HttpLoggingInterceptor.Level = BODY): OkHttpClient