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
object Delete
object Get
object Head
object Options
object Patch
object Post
object Put
object Trace
Show all

Members list

Value members

Concrete methods

def name: String

HTTP method name.

HTTP method name.

Attributes