All Downloads are FREE. Search and download functionalities are using the official Maven repository.

harness.web.StdClientConfig.scala Maven / Gradle / Ivy

The newest version!
package harness.web

import harness.zio.*
import zio.json.*

final case class StdClientConfig(
    logLevel: Logger.LogLevel,
) derives JsonCodec {
  def basic: HasStdClientConfig.Basic = HasStdClientConfig.Basic(this)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy