
cketberserker.httpz-http4s-blaze_2.10.0.5.0.source-code.BlazeActionEOps.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of httpz-http4s-blaze_2.10 Show documentation
Show all versions of httpz-http4s-blaze_2.10 Show documentation
httpz interpreters for http4s client
The newest version!
package httpz
package http4sblaze
final class BlazeActionEOps[E, A](
val self: ActionE[E, A],
val factory: ClientFactory) extends ActionOpsTemplate[E, A] {
override def interpreter = new BlazeInterpreter(factory)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy