NettyHttpClient

zio.aws.netty.NettyHttpClient$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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]