HttpMethod

oxygen.web.model.HttpMethod
See theHttpMethod companion object
sealed abstract class HttpMethod(val method: String)

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class NonStandard
class Standard
object CONNECT
object DELETE
object GET
object HEAD
object OPTIONS
object PATCH
object POST
object PUT
object TRACE
Show all

Members list

Value members

Concrete 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
Any

Concrete fields

final val method: String