harness.web.HasStdClientConfig.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of harness-web_sjs1_3 Show documentation
Show all versions of harness-web_sjs1_3 Show documentation
Miscellaneous libraries/utilities for Scala.
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