ClientConfig

constructor(followRedirects: Boolean = true, likeAgent: UserAgent? = null, agent: String = "Kaptos/Js", requestTimeout: Long = 10000, retryOnServerErrors: Int = -1, maxRetries: Int = -1, cache: Boolean = false, proxy: String? = null)
constructor(pipelining: Boolean = false, pipelineMaxSize: Int = 20, followRedirects: Boolean = true, maxConnectionsPerRoute: Int = 100, maxConnectionsCount: Int = 1000, connectTimeoutMillis: Long = 10000, keepAliveTime: Long = 5000, connectAttempts: Int = 5, retryOnServerErrors: Int = -1, maxRetries: Int = -1, cache: Boolean = false, agent: String = "Kaptos/JVM", likeAgent: UserAgent? = null, requestTimeout: Long = 10000, connectTimeout: Long = 10000, proxy: String? = null)
constructor(followRedirects: Boolean = true, cache: Boolean = true, agent: String = "Kaptos/Linux", likeAgent: <Error class: unknown class>? = null, retryOnServerErrors: Int = -1, maxRetries: Int = -1, requestTimeout: Long = 10000, connectTimeout: Long = 10000, proxy: String? = null)
constructor(followRedirects: Boolean = true, agent: String = "Kaptos/Win", likeAgent: UserAgent? = null, requestTimeout: Long = 10000, connectTimeout: Long = 10000, retryOnServerErrors: Int = -1, maxRetries: Int = -1, cache: Boolean = false, proxy: String? = null)