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
- 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
- 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()
- def configured(path: NonEmptyChunk[String] = NonEmptyChunk("zio", "http", "client")): ZLayer[DnsResolver, Throwable, Client]
- val customized: ZLayer[Config with ClientDriver with DnsResolver, Throwable, Client]
- val default: ZLayer[Any, Throwable, Client]
- lazy val defaultUAHeader: UserAgent
- def delete(implicit trace: Trace): ZIO[Client, Throwable, Response]
- 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
- def get(implicit trace: Trace): ZIO[Client, Throwable, Response]
- 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(implicit trace: Trace): ZIO[Client, Throwable, Response]
- 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
- lazy 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() @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)(implicit trace: Trace): ZIO[Client, Throwable, Response]
- 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]
- 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 Config extends Serializable