sttp.client3.asynchttpclient.fs2.AsyncHttpClientFs2Backend
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class AsyncHttpClientBackend[F, Fs2Streams[F], Fs2Streams[F] & WebSockets]
trait SttpBackend[F, Fs2Streams[F] & WebSockets]
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