harness.http.client.EndpointSend
See theEndpointSend companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
def sendWithCookies(i: InputWithCookies[ET], b: Send[InputBody[ET]]): ZIO[HttpClient & Logger & Telemetry, Error[ET], Receive[OutputBody[ET]]]
Scoped versions of functions are needed if you want to interact with a raw output stream
Scoped versions of functions are needed if you want to interact with a raw output stream
Attributes
def sendWithCookiesScoped(i: InputWithCookies[ET], b: Send[InputBody[ET]]): ZIO[HttpClient & Logger & Telemetry & Scope, Error[ET], Receive[OutputBody[ET]]]
Scoped versions of functions are needed if you want to interact with a raw output stream
Scoped versions of functions are needed if you want to interact with a raw output stream
Attributes
def sendWithoutCookies(i: InputWithoutCookies[ET], b: Send[InputBody[ET]]): ZIO[HttpClient & Logger & Telemetry, Error[ET], Receive[OutputBody[ET]]]
Scoped versions of functions are needed if you want to interact with a raw output stream
Scoped versions of functions are needed if you want to interact with a raw output stream
Attributes
def sendWithoutCookiesScoped(i: InputWithoutCookies[ET], b: Send[InputBody[ET]]): ZIO[HttpClient & Logger & Telemetry & Scope, Error[ET], Receive[OutputBody[ET]]]
Scoped versions of functions are needed if you want to interact with a raw output stream
Scoped versions of functions are needed if you want to interact with a raw output stream
Attributes
In this article