dsl

object dsl extends Http4sClientDsl[F]
trait Http4sClientDsl[F]
class Object
trait Matchable
class Any

Implicits

Inherited implicits

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