HttpClientFs2Backend

class HttpClientFs2Backend[F[_]] extends HttpClientAsyncBackend[F, Fs2Streams[F], Fs2Streams[F] & WebSockets, Stream[F, Byte]]
Companion:
object
class HttpClientAsyncBackend[F, Fs2Streams[F], Fs2Streams[F] & WebSockets, Stream[F, Byte]]
class HttpClientBackend[F, Fs2Streams[F], Fs2Streams[F] & WebSockets, Stream[F, Byte]]
trait SttpBackend[F, Fs2Streams[F] & WebSockets]
class Object
trait Matchable
class Any

Type members

Inherited types

type PE = P & Effect[F]
Inherited from:
HttpClientBackend

Value members

Concrete methods

override def send[T, R >: PE](request: Request[T, R]): F[Response[T]]
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]).

Definition Classes
HttpClientAsyncBackend -> SttpBackend

Inherited methods

override def close(): F[Unit]
Definition Classes
HttpClientBackend -> SttpBackend
Inherited from:
HttpClientBackend
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.

Definition Classes
HttpClientAsyncBackend -> SttpBackend
Inherited from:
HttpClientAsyncBackend

Concrete fields

override val streams: Fs2Streams[F]