All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.udash.rest.DefaultSttpBackend.scala Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
package io.udash
package rest

import sttp.client3.{FetchBackend, SttpBackend}

import scala.concurrent.Future

object DefaultSttpBackend {
  def apply(): SttpBackend[Future, Any] = FetchBackend()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy