object ZClient extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZClient
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait BodyDecoder[-Env, +Err, +Out] extends AnyRef
- trait BodyEncoder[-Env, +Err, -In] extends AnyRef
- final case class Config(ssl: Option[ClientSSLConfig], proxy: Option[Proxy], connectionPool: ConnectionPoolConfig, maxHeaderSize: Int, requestDecompression: Decompression, localAddress: Option[InetSocketAddress], addUserAgentHeader: Boolean, webSocketConfig: WebSocketConfig, idleTimeout: Option[zio.Duration], connectionTimeout: Option[zio.Duration]) extends Product with Serializable
- trait Driver[-Env, +Err] extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def configured(path: NonEmptyChunk[String] = NonEmptyChunk("zio", "http", "client"))(implicit trace: Trace): ZLayer[DnsResolver, Throwable, Client]
- val customized: ZLayer[Config with ClientDriver with DnsResolver, Throwable, Client]
- val default: ZLayer[Any, Throwable, Client]
- lazy val defaultUAHeader: UserAgent
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromDriver[Env, Err](driver: Driver[Env, Err]): ZClient[Env, Body, Err, Response]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val live: ZLayer[Config with NettyConfig with DnsResolver, Throwable, Client]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def request(request: Request)(implicit trace: Trace): ZIO[zio.&[Client, Scope], Throwable, Response]
- def socket[R](socketApp: WebSocketApp[R])(implicit trace: Trace): ZIO[zio.&[R with Client, Scope], Throwable, Response]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object BodyDecoder
- object BodyEncoder
- object Config extends Serializable