# HttpMethod
enum HttpMethod : Enum<HttpMethod>
HttpMethod is a MIRACLTrust SDK representation of the HTTP methods
# Entries
PUT | PUT(“PUT”) |
POST | POST(“POST”) |
GET | GET(“GET”) |
# Properties
Name | Summary |
---|---|
method | val method: String |
name | val name: String |
ordinal | val ordinal: Int |