sttp.client4.impl.monix

Members list

Type members

Classlikes

class FetchMonixBackend extends AbstractFetchBackend[Task, MonixStreams], WebSocketStreamBackend[Task, MonixStreams]

Uses the ReadableStream interface from the Streams API.

Uses the ReadableStream interface from the Streams API.

Streams are behind a flag on Firefox.

Note that no browsers support a stream request body so it is converted into an in memory array first.

Attributes

See also
Companion
object
Supertypes
trait WebSocketStreamBackend[Task, MonixStreams]
trait StreamBackend[Task, MonixStreams]
class AbstractFetchBackend[Task, MonixStreams]
trait WebSocketBackend[Task]
trait Backend[Task]
trait GenericBackend[Task, MonixStreams & WebSockets]
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class MonixSimpleQueue[A](bufferCapacity: Option[Int])(implicit s: Scheduler) extends SimpleQueue[Task, A]

Attributes

Supertypes
trait SimpleQueue[Task, A]
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object TaskMonadAsyncError extends MonadAsyncError[Task]

Attributes

Supertypes
trait MonadAsyncError[Task]
trait MonadError[Task]
class Object
trait Matchable
class Any
Self type