HttpType

enum HttpType : Enum<HttpType>

HTTP protocol type for the AJAX call.

Entries

POST
Link copied to clipboard
POST("POST")
GET
Link copied to clipboard
GET("GET")

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int