Method

zio.http.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

Type members

Classlikes

object ANY extends Method

Attributes

Supertypes
trait Method
class Object
trait Matchable
class Any
Self type
ANY.type
object CONNECT extends Method

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(method: String): Method