HttpPart
data class HttpPart(val name: String, val body: Any, val headers: Headers = Headers(), val contentType: ContentType? = null, val size: Long = -1L, val submittedFileName: String? = null) : HttpBase
Constructors
Link copied to clipboard
fun HttpPart(name: String, body: Any, headers: Headers = Headers(), contentType: ContentType? = null, size: Long = -1L, submittedFileName: String? = null)