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

org.http4s.client.blaze.package.scala Maven / Gradle / Ivy

There is a newer version: 0.16.6a
Show newest version
package org.http4s
package client



package object blaze {

  /** Default blaze client
    *
    * This client will create a new connection for every request.
    */
  lazy val defaultClient: Client = SimpleHttp1Client(BlazeClientConfig.defaultConfig)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy