commonMain.eu.codlab.http.Configuration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-http-client Show documentation
Show all versions of kotlin-http-client Show documentation
Kotlin Multiplatform HttpClient
The newest version!
package eu.codlab.http
data class Configuration(
val enableLogs: Boolean = false,
val enableSocket: Boolean = false,
val connectTimeoutMillis: Long = 12000,
val requestTimeoutMillis: Long = 12000,
val socketTimeoutMillis: Long = 12000
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy