HttpType

enum HttpType : Enum<HttpType>

HTTP protocol type for the AJAX call.

Entries

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

Properties

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