final case class HttpMethod extends javadsl.model.HttpMethod with SingletonValueRenderable with Product with Serializable
- Alphabetic
- By Inheritance
- HttpMethod
- Serializable
- Serializable
- SingletonValueRenderable
- Renderable
- Product
- Equals
- HttpMethod
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
def
isEntityAccepted(): Boolean
Returns if requests with this method may contain an entity.
Returns if requests with this method may contain an entity.
- Definition Classes
- HttpMethod → HttpMethod
-
val
isIdempotent: Boolean
Returns if this method is "idempotent" as defined in http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-26#section-4.2.2
Returns if this method is "idempotent" as defined in http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-26#section-4.2.2
- Definition Classes
- HttpMethod → HttpMethod
-
val
isSafe: Boolean
Returns if this method is "safe" as defined in http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-26#section-4.2.1
Returns if this method is "safe" as defined in http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-26#section-4.2.1
- Definition Classes
- HttpMethod → HttpMethod
-
final
def
name(): String
Returns the name of the method, always equal to value.
Returns the name of the method, always equal to value.
- Definition Classes
- HttpMethod
-
def
render[R <: Rendering](r: R): r.type
- Definition Classes
- SingletonValueRenderable → Renderable
-
val
requestEntityAcceptance: RequestEntityAcceptance
Returns the entity acceptance level for this method.
Returns the entity acceptance level for this method.
- Definition Classes
- HttpMethod → HttpMethod
-
def
toString(): String
- Definition Classes
- HttpMethod → AnyRef → Any
-
val
value: String
Returns the name of the method.
Returns the name of the method.
- Definition Classes
- HttpMethod → SingletonValueRenderable → HttpMethod
Deprecated Value Members
-
def
getRequestEntityAcceptance(): javadsl.model.RequestEntityAcceptance
Java API: Returns the entity acceptance level for this method.
Java API: Returns the entity acceptance level for this method.
- Definition Classes
- HttpMethod → HttpMethod
- Deprecated
Use
#requestEntityAcceptance
instead. Will be removed in Akka HTTP 11.0.