Standard

oxygen.web.model.HttpMethod.Standard
See theStandard companion object
sealed abstract class Standard(method: String) extends HttpMethod, Enum[Standard]

Attributes

Companion
object
Graph
Supertypes
trait Enum[Standard]
class HttpMethod
class Object
trait Matchable
class Any
Known subtypes
object CONNECT
object DELETE
object GET
object HEAD
object OPTIONS
object PATCH
object POST
object PUT
object TRACE
Show all

Members list

Value members

Inherited methods

final 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
HttpMethod -> Any
Inherited from:
HttpMethod