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

caliban.tools.stitching.package.scala Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
package caliban.tools

import caliban.{ CalibanError, ResponseValue }

import sttp.client3._

package object stitching {
  type HttpRequest = RequestT[Identity, Either[CalibanError.ExecutionError, ResponseValue], Any]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy