AsyncHttpClientFutureBackend

sttp.client3.asynchttpclient.future.AsyncHttpClientFutureBackend
See theAsyncHttpClientFutureBackend companion object
class AsyncHttpClientFutureBackend extends AsyncHttpClientBackend[Future, Nothing, Any]

Attributes

Companion
object
Graph
Supertypes
class AsyncHttpClientBackend[Future, Nothing, Any]
trait SttpBackend[Future, Any]
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type PE = Any & Effect[Future]

Attributes

Inherited from:
AsyncHttpClientBackend

Value members

Inherited methods

override def close(): Future[Unit]

Attributes

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

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

Concrete fields

override val streams: NoStreams