Http4sClientDsl

trait Http4sClientDsl[F[_]]
class Object
trait Matchable
class Any
object io

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)]