zio.http.endpoint.EndpointExecutor
See theEndpointExecutor companion class
object EndpointExecutor
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
EndpointExecutor.type
Members list
Type members
Classlikes
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
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
In this article