Client Configuration
data class ClientConfiguration(var auth: AuthConfiguration? = null, var db: Int? = null, var charset: Charset = Charsets.UTF_8, var maxConnections: Int = 50, var tlsConfig: TLSConfig? = null, var dispatcher: CoroutineDispatcher = Dispatchers.IO)
Constructors
Link copied to clipboard
constructor(auth: AuthConfiguration? = null, db: Int? = null, charset: Charset = Charsets.UTF_8, maxConnections: Int = 50, tlsConfig: TLSConfig? = null, dispatcher: CoroutineDispatcher = Dispatchers.IO)