Packages

o

org.http4s.client.blaze

BlazeClient

object BlazeClient

Blaze client implementation

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

Deprecated Value Members

  1. def apply[F[_], A <: BlazeConnection[F]](manager: ConnectionManager[F, A], config: BlazeClientConfig, onShutdown: F[Unit], ec: ExecutionContext)(implicit F: ConcurrentEffect[F]): Client[F]

    Construct a new Client using blaze components

    Construct a new Client using blaze components

    manager

    source for acquiring and releasing connections. Not owned by the returned client.

    config

    blaze client configuration.

    onShutdown

    arbitrary tasks that will be executed when this client is shutdown

    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.0-M2) Use BlazeClientBuilder