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: BodyCodec[InputBody[ET]], outputBodySchema: BodyCodec[OutputBody[ET]], errorSchema: ErrorSchema[Error[ET]])(request: HttpRequestParams, body: Send[InputBody[ET]]): ZIO[Scope, Error[ET], Receive[OutputBody[ET]]]