HttpMethod
HttpMethod is a MIRACLTrust SDK representation of the HTTP methods
enum HttpMethod : Enum<HttpMethod>
Entries
Name | Summary |
---|---|
GET | GET(“GET”) |
POST | POST(“POST”) |
PUT | PUT(“PUT”) |
Functions
Name | Summary |
---|---|
compareTo | Content operator override fun compareTo(other: HttpMethod): Int |
equals | Content operator override fun equals(other: Any?): Boolean |
finalize | Content override fun finalize() |
getDeclaringClass | Content override fun getDeclaringClass(): Class<HttpMethod> |
hashCode | Content override fun hashCode(): Int |
toString | Content open override fun toString(): String |
Properties
Name | Summary |
---|---|
method | val method: String |
name | override val name: String |
ordinal | override val ordinal: Int |