EndpointExecutor

zio.http.endpoint.EndpointExecutor
See theEndpointExecutor companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Config(url: URL)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Config

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[ReqEnv](client: ZClient[Any, ReqEnv, Body, Throwable, Response], location: URL)(implicit trace: Trace): EndpointExecutor[Any, Unit, ReqEnv]
def apply[Auth, ReqEnv](client: ZClient[Any, ReqEnv, Body, Throwable, Response], location: URL, auth: Auth)(implicit trace: Trace): EndpointExecutor[Any, Auth, ReqEnv]
def apply[R, Auth, ReqEnv](client: ZClient[Any, ReqEnv, Body, Throwable, Response], location: URL, authProvider: ZIO[R, Nothing, Auth])(implicit trace: Trace): EndpointExecutor[R, Auth, ReqEnv]
def make[R : Tag, Auth : Tag](serviceName: String, authProvider: URIO[R, Auth])(implicit evidence$1: Tag[R], evidence$2: Tag[Auth], trace: Trace): ZLayer[Client, Error, EndpointExecutor[R, Auth, Scope]]
def make(serviceName: String)(implicit trace: Trace): ZLayer[Client, Error, EndpointExecutor[Any, Unit, Scope]]

Deprecated methods

def apply[ReqEnv](client: ZClient[Any, ReqEnv, Body, Throwable, Response], locator: EndpointLocator): EndpointExecutor[Any, Unit, ReqEnv]

Attributes

Deprecated
[Since version 3.6.0] Use apply overload with URL parameter
def apply[Auth, ReqEnv](client: ZClient[Any, ReqEnv, Body, Throwable, Response], locator: EndpointLocator, auth: Auth)(implicit trace: Trace): EndpointExecutor[Any, Auth, ReqEnv]

Attributes

Deprecated
[Since version 3.6.0] Use apply overload with URL parameter