sttp.client3.httpclient.zio.HttpClientZioBackend
See theHttpClientZioBackend companion object
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class
HttpClientAsyncBackend[
Task,
ZioStreams,
ZioWebSocketsStreams,
Publisher[
List[
ByteBuffer]],
BinaryStream]
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Inherited from:
-
HttpClientBackend
Attributes
-
Definition Classes
-
HttpClientBackend -> SttpBackend
-
Inherited from:
-
HttpClientBackend
A monad instance for the effect type used when returning responses. Allows writing wrapper backends, which map/flatMap over the return value of send.
A monad instance for the effect type used when returning responses. Allows writing wrapper backends, which map/flatMap over the return value of send.
Attributes
-
Definition Classes
-
HttpClientAsyncBackend -> SttpBackend
-
Inherited from:
-
HttpClientAsyncBackend
Type parameters
-
R
-
The capabilities required by the request. This must be a subset of the the capabilities supported by the backend (which always includes Effect[F]
).
Attributes
-
Definition Classes
-
HttpClientAsyncBackend -> SttpBackend
-
Inherited from:
-
HttpClientAsyncBackend