Request

open class Request

Author

Umang Chamaria

Properties

contentType
Link copied to clipboard
val contentType: String
encryptionKey
Link copied to clipboard
val encryptionKey: String
headersMap
Link copied to clipboard
val headersMap: Map<String, String>
requestBody
Link copied to clipboard
val requestBody: JSONObject
requestType
Link copied to clipboard
val requestType: RequestBuilder.RequestType
shouldEncrypt
Link copied to clipboard
val shouldEncrypt: Boolean
shouldLogRequest
Link copied to clipboard
val shouldLogRequest: Boolean
timeOut
Link copied to clipboard
val timeOut: Int
uri
Link copied to clipboard
val uri: Uri