Method

object Method
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Method.type

Type members

Classlikes

object CONNECT extends Method
final case class CUSTOM(name: String) extends Method
object DELETE extends Method
object GET extends Method
object HEAD extends Method
object OPTIONS extends Method
object PATCH extends Method
object POST extends Method
object PUT extends Method
object TRACE extends Method

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fromHttpMethod(method: HttpMethod): Method
def fromString(method: String): Method