
org.http4s.client.blaze.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4s-blaze-client_2.10 Show documentation
Show all versions of http4s-blaze-client_2.10 Show documentation
blaze implementation for http4s clients
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