HttpMethod

com.malliina.http.HttpMethod
See theHttpMethod companion object
sealed abstract class HttpMethod(val name: String)

Attributes

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

Members list

Concise view

Value members

Concrete fields

val name: String