Packages

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 with ClientRequestEncoder

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. val default: ZLayer[Any, Throwable, Client]
  7. val defaultUAHeader: Headers
  8. def delete(pathSuffix: String)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  9. def delete(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. val fromConfig: ZLayer[ClientConfig, Throwable, Client]
  13. def get(pathSuffix: String)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  14. def get(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def head(pathSuffix: String)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  18. def head(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val live: ZLayer[ClientConfig with ClientDriver, Throwable, Client]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def patch(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  25. def post(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  26. def put(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  27. def request(request: Request)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  28. def request(url: String, method: Method = Method.GET, headers: Headers = Headers.empty, content: Body = Body.empty, addZioUserAgentHeader: Boolean = false)(implicit trace: Trace): ZIO[Client, Throwable, Response]
  29. val scalaVersion: CharSequence
  30. def socket[R](url: String, app: SocketApp[R], headers: Headers = Headers.empty)(implicit trace: Trace): ZIO[R with Client with Scope, Throwable, Response]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. val userAgentValue: CharSequence
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. val zioHttpVersion: CharSequence
  38. val zioHttpVersionNormalized: CharSequence

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