HttpClient

harness.http.client.HttpClient
See theHttpClient companion object
trait HttpClient

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

final def send[ET <: Any](inputBodySchema: BodySchema[InputBody[ET]], outputBodySchema: BodySchema[OutputBody[ET]], errorSchema: ErrorSchema[Error[ET]])(request: HttpRequestParams, body: Send[InputBody[ET]]): ZIO[Logger & Telemetry & Scope, Error[ET], Receive[OutputBody[ET]]]