HttpMethod

automorph.transport.http.HttpMethod
See theHttpMethod companion object
sealed abstract class HttpMethod

HTTP request method.

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
Show all

Members list

Value members

Concrete methods

def name: String

HTTP method name.

HTTP method name.

Attributes