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 !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from WithBodyOps[F] to any2stringadd[WithBodyOps[F]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (WithBodyOps[F], B)
    Implicit
    This member is added by an implicit conversion from WithBodyOps[F] to ArrowAssoc[WithBodyOps[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. final def apply[A](uri: Uri, body: A, headers: Header*)(implicit F: Monad[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
  7. 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
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def ensuring(cond: (WithBodyOps[F]) ⇒ Boolean, msg: ⇒ Any): WithBodyOps[F]
    Implicit
    This member is added by an implicit conversion from WithBodyOps[F] to Ensuring[WithBodyOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (WithBodyOps[F]) ⇒ Boolean): WithBodyOps[F]
    Implicit
    This member is added by an implicit conversion from WithBodyOps[F] to Ensuring[WithBodyOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): WithBodyOps[F]
    Implicit
    This member is added by an implicit conversion from WithBodyOps[F] to Ensuring[WithBodyOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): WithBodyOps[F]
    Implicit
    This member is added by an implicit conversion from WithBodyOps[F] to Ensuring[WithBodyOps[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from WithBodyOps[F] to StringFormat[WithBodyOps[F]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  14. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val method: Method with PermitsBody
    Definition Classes
    WithBodyOpsRequestGenerator
  17. def toString(): String
    Definition Classes
    Any
  18. def [B](y: B): (WithBodyOps[F], B)
    Implicit
    This member is added by an implicit conversion from WithBodyOps[F] to ArrowAssoc[WithBodyOps[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from EntityRequestGenerator[F]

Inherited from EmptyRequestGenerator[F]

Inherited from RequestGenerator

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from WithBodyOps[F] to any2stringadd[WithBodyOps[F]]

Inherited by implicit conversion StringFormat from WithBodyOps[F] to StringFormat[WithBodyOps[F]]

Inherited by implicit conversion Ensuring from WithBodyOps[F] to Ensuring[WithBodyOps[F]]

Inherited by implicit conversion ArrowAssoc from WithBodyOps[F] to ArrowAssoc[WithBodyOps[F]]

Ungrouped