AsyncHttpClientFs2Backend

sttp.client3.asynchttpclient.fs2.AsyncHttpClientFs2Backend
See theAsyncHttpClientFs2Backend companion object
class AsyncHttpClientFs2Backend[F[_]] extends AsyncHttpClientBackend[F, Fs2Streams[F], Fs2Streams[F] & WebSockets]

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

Concise view

Type members

Inherited types

type PE = P & Effect[F]

Attributes

Inherited from:
AsyncHttpClientBackend

Value members

Concrete methods

override def send[T, R >: Effect[F] & Fs2Streams[F] & WebSockets](r: Request[T, R]): F[Response[T]]

Attributes

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]).

Definition Classes
AsyncHttpClientBackend -> SttpBackend

Inherited methods

override def close(): F[Unit]

Attributes

Definition Classes
AsyncHttpClientBackend -> SttpBackend
Inherited from:
AsyncHttpClientBackend
override def responseMonad: MonadError[F]

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

Concrete fields

override val streams: Fs2Streams[F]