sttp.client4.fetch

Members list

Concise view

Type members

Classlikes

abstract class AbstractFetchBackend[F[_], S <: Streams[S]](options: FetchOptions, customizeRequest: Request => Request, _monad: MonadError[F]) extends GenericBackend[F, S & WebSockets] with WebSocketBackend[F]

A backend that uses the fetch JavaScript api.

A backend that uses the fetch JavaScript api.

Attributes

See also:
Graph
Supertypes
trait Backend[F]
trait GenericBackend[F, S & WebSockets]
class Object
trait Matchable
class Any
Known subtypes
class FetchBackend extends AbstractFetchBackend[Future, Nothing]

Attributes

Companion:
object
Graph
Supertypes
class AbstractFetchBackend[Future, Nothing]
trait WebSocketBackend[Future]
trait Backend[Future]
trait GenericBackend[Future, Nothing & WebSockets]
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class FetchOptions(credentials: Option[RequestCredentials], mode: Option[RequestMode])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any