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

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

The newest version!
package harness.web

import zio.json.*

trait HasStdClientConfig {
  val stdClientConfig: StdClientConfig
}
object HasStdClientConfig {

  final case class Basic(
      stdClientConfig: StdClientConfig,
  ) extends HasStdClientConfig
  object Basic {
    implicit val jsonCodec: JsonCodec[Basic] = DeriveJsonCodec.gen
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy