Method

sealed trait Method
Companion:
object
class Object
trait Matchable
class Any
object CONNECT.type
class CUSTOM
object DELETE.type
object GET.type
object HEAD.type
object OPTIONS.type
object PATCH.type
object POST.type
object PUT.type
object TRACE.type

Value members

Concrete methods

override def toString(): String
Definition Classes
Any

Concrete fields

lazy val toJava: HttpMethod