RequestType

enum RequestType

Supported Request types.

Entries

GET
Link copied to clipboard
POST
Link copied to clipboard
PUT
Link copied to clipboard
DELETE
Link copied to clipboard

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): RequestBuilder.RequestType
values
Link copied to clipboard
open fun values(): Array<RequestBuilder.RequestType>