Packages

o

org.http4s.client.blaze

Http1Client

object Http1Client

Create a HTTP1 client which will attempt to recycle connections

Annotations
@deprecated
Deprecated

(Since version 0.19.0-M2) Use BlazeClientBuilder

Source
Http1Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http1Client
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def stream[F[_]](config: BlazeClientConfig = BlazeClientConfig.defaultConfig)(implicit F: ConcurrentEffect[F]): Stream[F, Client[F]]