request

object request extends RequestDsl
trait Auth
trait Methods
class Object
trait Matchable
class Any

Value members

Concrete fields

val +&: +&
val ->: ->
val /: /
val /:: /:
val :?: :?
val Path: Path
val Root: Path
val ~: ~

Inherited fields

val CONNECT: Method
Inherited from
Methods
val DELETE: Method
Inherited from
Methods
val GET: Method
Inherited from
Methods
val HEAD: Method
Inherited from
Methods
val OPTIONS: Method
Inherited from
Methods
val PATCH: Method
Inherited from
Methods
val POST: Method
Inherited from
Methods
val PUT: Method
Inherited from
Methods
val TRACE: Method
Inherited from
Methods

Implicits

Inherited implicits

implicit def http4sMethodSyntax(method: Method): MethodOps
Inherited from
RequestDsl