NettyHttpClient

class Object
trait Matchable
class Any

Value members

Concrete methods

def configured(tlsKeyManagersProvider: Option[TlsKeyManagersProvider], tlsTrustManagersProvider: Option[TlsTrustManagersProvider]): ZLayer[NettyClientConfig, Throwable, HttpClient]
def customized(protocol: Protocol, customization: Builder => Builder): ZLayer[Any, Throwable, HttpClient]

Concrete fields

val default: ZLayer[Any, Throwable, HttpClient]
val dual: ZLayer[Any, Throwable, HttpClient]