Http4sClientDsl

trait Http4sClientDsl[F[_]]
Companion:
object
class Object
trait Matchable
class Any
object io.type

Implicits

Implicits

implicit def http4sClientSyntaxMethod(method: Method): MethodOps[F]
implicit def http4sHeadersDecoder[T](implicit F: Applicative[F], decoder: EntityDecoder[F, T]): EntityDecoder[F, (Headers, T)]