Http4sClient

zio.aws.http4s.Http4sClient
See theHttp4sClient companion class
object Http4sClient

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def configured(sslContext: Option[SSLContext], maxConnectionsPerRequestKey: Option[RequestKey => Int], asynchronousChannelGroup: Option[AsynchronousChannelGroup], additionalSocketOptions: Seq[OptionValue[_]]): ZLayer[BlazeClientConfig, Throwable, HttpClient]
def customized(f: BlazeClientBuilder[Task] => BlazeClientBuilder[Task]): ZLayer[Any, Throwable, HttpClient]

Concrete fields

val default: ZLayer[Any, Throwable, HttpClient]