sttp.client3.asynchttpclient.future.AsyncHttpClientFutureBackend
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class AsyncHttpClientBackend[Future, Nothing, Any]
trait SttpBackend[Future, Any]
class Object
trait Matchable
class Any
Members list
Attributes
-
Inherited from:
-
AsyncHttpClientBackend
Attributes
-
Definition Classes
-
AsyncHttpClientBackend -> SttpBackend
-
Inherited from:
-
AsyncHttpClientBackend
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
-
AsyncHttpClientBackend -> SttpBackend
-
Inherited from:
-
AsyncHttpClientBackend
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
-
AsyncHttpClientBackend -> SttpBackend
-
Inherited from:
-
AsyncHttpClientBackend