HttpParameter

class HttpParameter(val type: HttpParameter.Type, val key: String, val value: String? = null, val fileName: String? = null, val fileBody: ByteArray? = null)

Constructors

Link copied to clipboard
constructor(type: HttpParameter.Type, key: String, value: String? = null, fileName: String? = null, fileBody: ByteArray? = null)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
val fileBody: ByteArray? = null
Link copied to clipboard
val fileName: String? = null
Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard
val value: String? = null

Functions

Link copied to clipboard
fun fileContentType(): ContentType
Link copied to clipboard