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
class NonStandard
object OPTIONS.type
object PATCH.type
object POST.type
object PUT.type
object TRACE.type
Show all

Members list

Value members

Concrete fields

final val method: String