HttpMethod

smithy4s.http.HttpMethod
See theHttpMethod companion object
sealed trait HttpMethod extends Product, Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DELETE.type
object GET.type
class OTHER
object PATCH.type
object POST.type
object PUT.type
Show all

Members list

Value members

Concrete methods

def showUppercase: String

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product