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

httpc.http.package.scala Maven / Gradle / Ivy

The newest version!
package httpc

import cats.data.Kleisli

/** HTTP protocol */
package object http extends Http {
  type HttpAction[A] = Kleisli[Either[HttpError, ?], net.Interpreter, A]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy