POST

zio.http.Method.POST
case object POST extends Method

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Method
class Object
trait Matchable
class Any
Show all
Self type
POST.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Inherited and Abstract types

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def ++(that: Method): Method

A right-biased way of combining two methods. If either method is default, the other will be returned. Otherwise, the right method will be returned.

A right-biased way of combining two methods. If either method is default, the other will be returned. Otherwise, the right method will be returned.

Attributes

Inherited from:
Method
def /[A](that: PathCodec[A]): RoutePattern[A]

Attributes

Inherited from:
Method

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
def matches(that: Method): Boolean

Attributes

Inherited from:
Method

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def render: String

Attributes

Inherited from:
Method
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Method -> Any
Inherited from:
Method

Concrete fields

val name: String

The name of the method, as it appears in the HTTP request.

The name of the method, as it appears in the HTTP request.

Attributes