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

sttp.client4.quick.scala Maven / Gradle / Ivy

There is a newer version: 4.0.0-M17
Show newest version
package sttp.client4

object quick extends SttpApi {
  lazy val backend: SyncBackend = DefaultSyncBackend()

  implicit class RichRequest[T](val request: Request[T]) {
    def send(): Response[T] = backend.send(request)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy