AbstractArmeriaBackend

sttp.client3.armeria.AbstractArmeriaBackend
abstract class AbstractArmeriaBackend[F[_], S <: Streams[S]](client: WebClient, closeFactory: Boolean, monad: MonadAsyncError[F]) extends SttpBackend[F, S]

Attributes

Graph
Supertypes
trait SttpBackend[F, S]
class Object
trait Matchable
class Any

Members list

Type members

Types

type SE = S & Effect[F]

Value members

Concrete methods

override def close(): F[Unit]

Attributes

Definition Classes
SttpBackend
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
SttpBackend
override def send[T, R >: SE](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]).

Attributes

Definition Classes
SttpBackend

Abstract fields

val streams: Streams[S]