object ZClient

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class ClientLive extends Client
  2. case class Config(ssl: Option[ClientSSLConfig], proxy: Option[http.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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def configured(path: NonEmptyChunk[String] = NonEmptyChunk("zio", "http", "client")): ZLayer[DnsResolver, Throwable, Client]
  7. val customized: ZLayer[Config with ClientDriver with DnsResolver, Throwable, Client]
  8. val default: ZLayer[Any, Throwable, Client]
  9. lazy val defaultUAHeader: UserAgent
  10. def delete(implicit trace: Trace): ZIO[Client, Throwable, Response]
  11. def delete(pathSuffix: String)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  12. def delete(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def get(implicit trace: Trace): ZIO[Client, Throwable, Response]
  16. def get(pathSuffix: String)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  17. def get(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def head(implicit trace: Trace): ZIO[Client, Throwable, Response]
  21. def head(pathSuffix: String)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  22. def head(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. lazy val live: ZLayer[Config with NettyConfig with DnsResolver, Throwable, Client]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def patch(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  29. def post(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  30. def put(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  31. def request(request: Request)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  32. def request(url: String, method: Method = Method.GET, headers: Headers = Headers.empty, content: Body = Body.empty)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  33. def socket[R](version: Version = Version.Http_1_1, url: URL, headers: Headers = Headers.empty, app: SocketApp[R])(implicit trace: Trace): ZIO[R with Client with Scope, Throwable, Response]
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. object Config extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped