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

muffin.interop.http.zio.package.scala Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package muffin.interop.http.zio

import zhttp.service.*
import zio.*

import muffin.http.HttpClient

type HttpR[R] = R & EventLoopGroup & ChannelFactory

type ZRHttp[R, A] = ZIO[HttpR[R], Throwable, A]

type RHttp[R] = [A] =>> ZRHttp[R, A]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy