MethodOps

final class MethodOps[F[_]](method: Method) extends AnyVal
class AnyVal
trait Matchable
class Any

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

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