sttp.client3.impl.monix

Members list

Concise view

Type members

Classlikes

class FetchMonixBackend extends AbstractFetchBackend[Task, MonixStreams, MonixStreams & WebSockets]

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
Graph
Supertypes
class AbstractFetchBackend[Task, MonixStreams, MonixStreams & WebSockets]
trait SttpBackend[Task, MonixStreams & WebSockets]
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

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

Attributes

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

Attributes

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