Packages

implicit final class WithBodyOps[F[_]] extends AnyVal with EntityRequestGenerator[F]

Syntax classes to generate a request directly from a Method

Source
Http4sClientDsl.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithBodyOps
  2. EntityRequestGenerator
  3. EmptyRequestGenerator
  4. RequestGenerator
  5. AnyVal
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WithBodyOps(method: Method with PermitsBody)

Value Members

  1. final def apply[A](uri: Uri, body: A, headers: Header*)(implicit F: Applicative[F], w: EntityEncoder[F, A]): F[Request[F]]

    Make a org.http4s.Request using this Method

    Make a org.http4s.Request using this Method

    Definition Classes
    EntityRequestGenerator
  2. final def apply(uri: Uri, headers: Header*)(implicit F: Applicative[F]): F[Request[F]]

    Make a org.http4s.Request using this Method

    Make a org.http4s.Request using this Method

    Definition Classes
    EmptyRequestGenerator
  3. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  4. val method: Method with PermitsBody
    Definition Classes
    WithBodyOpsRequestGenerator