sttp.client3.impl.zio
package sttp.client3.impl.zio
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass 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 Objecttrait Matchableclass Any
object FetchZioBackend
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FetchZioBackend.type
class RIOMonadAsyncError[R] extends MonadAsyncError[[_] =>> RIO[R, _$1]]
Attributes
- Supertypes
-
trait MonadAsyncError[[_] =>> RIO[R, _$1]]trait MonadError[[_] =>> RIO[R, _$1]]class Objecttrait Matchableclass Any
object ZioServerSentEvents
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZioServerSentEvents.type
object ZioWebSockets
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZioWebSockets.type
In this article