HttpPart
data class HttpPart( val name: String, val body: Any, val headers: HttpFields<Header> = HttpFields(), val contentType: ContentType? = null, val size: Long = -1L, val submittedFileName: String? = null) : HttpPartPort
Content copied to clipboard
Constructors
Link copied to clipboard
fun HttpPart( name: String, body: Any, headers: HttpFields<Header> = HttpFields(), contentType: ContentType? = null, size: Long = -1L, submittedFileName: String? = null)
Content copied to clipboard