HttpMethod

harness.web.HttpMethod
See theHttpMethod companion object
sealed abstract class HttpMethod(val method: 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 PATCH.type
object POST.type
object PUT.type
object TRACE.type

Members list

Concise view

Value members

Concrete fields

final val method: String