AsyncHttpClientZioBackend

class AsyncHttpClientZioBackend extends AsyncHttpClientBackend[Task, ZioStreams, ZioStreams & WebSockets]
Companion:
object
class AsyncHttpClientBackend[Task, ZioStreams, ZioStreams & WebSockets]
trait SttpBackend[Task, ZioStreams & WebSockets]
class Object
trait Matchable
class Any

Type members

Inherited types

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

Value members

Inherited methods

override def close(): F[Unit]
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.

Definition Classes
AsyncHttpClientBackend -> SttpBackend
Inherited from:
AsyncHttpClientBackend
override def send[T, R >: PE](r: 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
AsyncHttpClientBackend -> SttpBackend
Inherited from:
AsyncHttpClientBackend

Concrete fields

override val streams: ZioStreams