|
uncarved-helpers
|
|
object
RequestType
extends scala.Enumeration| Type Summary | |
type
|
t |
| Value Summary | |
val
|
DELETE : scala.Enumeration.Value |
val
|
GET : scala.Enumeration.Value |
val
|
HEAD : scala.Enumeration.Value |
val
|
OPTIONS : scala.Enumeration.Value |
val
|
POST : scala.Enumeration.Value |
val
|
PUT : scala.Enumeration.Value |
val
|
TRACE : scala.Enumeration.Value |
| Values and Variables inherited from scala.Enumeration | |
| scala.Enumeration.nextId, scala.Enumeration.nextName |
| Method Summary | |
def
|
ofString (str : java.lang.String) : scala.Enumeration.Value |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Type Details |
| Value Details |
val
DELETE : scala.Enumeration.Value
val
GET : scala.Enumeration.Value
val
HEAD : scala.Enumeration.Value
val
OPTIONS : scala.Enumeration.Value
val
POST : scala.Enumeration.Value
val
PUT : scala.Enumeration.Value
val
TRACE : scala.Enumeration.Value
| Method Details |
|
uncarved-helpers
|
|