Method

korolev.web.Request$.Method
See theMethod companion object
sealed abstract class Method(val value: String)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Connect.type
object Delete.type
object Get.type
object Head.type
object Options.type
object Post.type
object Put.type
object Trace.type
class Unknown

Members list

Concise view

Value members

Concrete fields

val value: String