MethodOps

org.http4s.client.dsl.MethodOps
final class MethodOps[F[_]](method: Method) extends AnyVal

Attributes

Source
Http4sClientDsl.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

final def apply(uri: Uri, headers: ToRaw*): Request[F]

Make a org.http4s.Request using this Method

Make a org.http4s.Request using this Method

Attributes

Source
Http4sClientDsl.scala
final def apply[A](body: A, uri: Uri, headers: ToRaw*)(implicit w: EntityEncoder[F, A]): Request[F]

Make a org.http4s.Request using this Method

Make a org.http4s.Request using this Method

Attributes

Source
Http4sClientDsl.scala