sttp.client3.impl.monix

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.

See also:
Companion:
object
Companion:
class
class MonixSimpleQueue[A](bufferCapacity: Option[Int])(implicit s: Scheduler) extends SimpleQueue[Task, A]
object TaskMonadAsyncError extends MonadAsyncError[Task]