toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.util
/
DefaultOutputReceiver
/
MimePart
Mime
Part
data
class
MimePart
(
val
contentType
:
MediaType
,
val
body
:
ByteArray
,
val
encode
:
String
)
(
source
)
Members
Constructors
Mime
Part
Link copied to clipboard
constructor
(
contentType
:
MediaType
,
body
:
ByteArray
,
encode
:
String
)
Properties
body
Link copied to clipboard
val
body
:
ByteArray
content
Type
Link copied to clipboard
val
contentType
:
MediaType
encode
Link copied to clipboard
val
encode
:
String