CUSTOM

zio.http.Method.CUSTOM
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
Show all

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 productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

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