sttp.client3.impl.zio

Members list

Type members

Classlikes

implicit class ExtendEnv[R0, P](delegate: SttpBackend[[_] =>> RIO[R0, _$1], P])

Attributes

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

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class RIOMonadAsyncError[R] extends MonadAsyncError[[_] =>> RIO[R, _$1]]

Attributes

Supertypes
trait MonadAsyncError[[_] =>> RIO[R, _$1]]
trait MonadError[[_] =>> RIO[R, _$1]]
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class ZioSimpleQueue[R, A](queue: Queue[A], runtime: Runtime[Any]) extends SimpleQueue[[_] =>> RIO[R, _$1], A]

Attributes

Supertypes
trait SimpleQueue[[_] =>> RIO[R, _$1], A]
class Object
trait Matchable
class Any
object ZioWebSockets

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

final implicit def ExtendEnv[R0, P](delegate: SttpBackend[[_] =>> RIO[R0, _$1], P]): ExtendEnv[R0, P]