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

cketberserker.httpz-http4s-blaze_2.10.0.5.0.source-code.ClientFactory.scala Maven / Gradle / Ivy

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