Method

zio.http.model.Method$
See theMethod companion trait
object Method

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Method.type

Members list

Concise view

Type members

Classlikes

object CONNECT extends Method

Attributes

Graph
Supertypes
trait Method
class Object
trait Matchable
class Any
Self type
CONNECT.type
final case class CUSTOM(name: String) extends Method

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Method
class Object
trait Matchable
class Any
object DELETE extends Method

Attributes

Graph
Supertypes
trait Method
class Object
trait Matchable
class Any
Self type
DELETE.type
object GET extends Method

Attributes

Graph
Supertypes
trait Method
class Object
trait Matchable
class Any
Self type
GET.type
object HEAD extends Method

Attributes

Graph
Supertypes
trait Method
class Object
trait Matchable
class Any
Self type
HEAD.type
object OPTIONS extends Method

Attributes

Graph
Supertypes
trait Method
class Object
trait Matchable
class Any
Self type
OPTIONS.type
object PATCH extends Method

Attributes

Graph
Supertypes
trait Method
class Object
trait Matchable
class Any
Self type
PATCH.type
object POST extends Method

Attributes

Graph
Supertypes
trait Method
class Object
trait Matchable
class Any
Self type
POST.type
object PUT extends Method

Attributes

Graph
Supertypes
trait Method
class Object
trait Matchable
class Any
Self type
PUT.type
object TRACE extends Method

Attributes

Graph
Supertypes
trait Method
class Object
trait Matchable
class Any
Self type
TRACE.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(method: String): Method