FetchCatsBackend

class FetchCatsBackend[F[_]] extends AbstractFetchBackend[F, Nothing, WebSockets]
Companion:
object
class AbstractFetchBackend[F, Nothing, WebSockets]
trait SttpBackend[F, WebSockets]
class Object
trait Matchable
class Any

Type members

Inherited types

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

Value members

Concrete methods

override def convertFromFuture: ConvertFromFuture[F]
Definition Classes
AbstractFetchBackend

Inherited methods

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

Concrete fields

override val streams: NoStreams

Implicits

Inherited implicits

implicit 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
AbstractFetchBackend -> SttpBackend
Inherited from:
AbstractFetchBackend