HttpType

enum HttpType : Enum<HttpType>

HTTP protocol type for the AJAX call.

Entries

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

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: HttpType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

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