object ZClient
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class ClientLive extends Client with ClientRequestEncoder
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() @HotSpotIntrinsicCandidate()
- val default: ZLayer[Any, Throwable, Client]
- val defaultUAHeader: Headers
- def delete(pathSuffix: String)(implicit trace: Trace): ZIO[Client, Throwable, Response]
- def delete(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fromConfig: ZLayer[ClientConfig, Throwable, Client]
- def get(pathSuffix: String)(implicit trace: Trace): ZIO[Client, Throwable, Response]
- def get(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def head(pathSuffix: String)(implicit trace: Trace): ZIO[Client, Throwable, Response]
- def head(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val live: ZLayer[ClientConfig with ClientDriver, Throwable, Client]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def patch(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
- def post(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
- def put(pathSuffix: String, body: Body)(implicit trace: Trace): ZIO[Client, Throwable, Response]
- def request(request: Request)(implicit trace: Trace): ZIO[Client, Throwable, Response]
- 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]
- val scalaVersion: CharSequence
- def socket[R](url: String, app: SocketApp[R], headers: Headers = Headers.empty)(implicit trace: Trace): ZIO[R with Client with Scope, Throwable, Response]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val userAgentValue: CharSequence
- 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])
- val zioHttpVersion: CharSequence
- val zioHttpVersionNormalized: CharSequence