
cketberserker.httpz-http4s-blaze_2.10.0.5.0.source-code.ClientFactory.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of httpz-http4s-blaze_2.10 Show documentation
Show all versions of httpz-http4s-blaze_2.10 Show documentation
httpz interpreters for http4s client
The newest version!
package httpz
package http4sblaze
import org.http4s.client.Client
import org.http4s.client.blaze.defaultClient
trait ClientFactory {
def create(): Client
}
object ClientFactory {
val default: ClientFactory = new ClientFactory {
override def create() = defaultClient
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy