GET

zio.http.Method.GET
object GET extends Method

Attributes

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

Members list

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
def matches(that: Method): Boolean

Attributes

Inherited from:
Method
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