Skip to content

MIMEContent

[Source]

class val MIMEContent

Constructors

create

[Source]

new val create(
  content_type': MIMEContentType val,
  transfer_type': MIMETransferType val,
  raw_data': (String val | Array[U8 val] val))
: MIMEContent val^

Parameters

Returns


Public fields

var transfer_type: MIMETransferType val

[Source]


var content_type: MIMEContentType val

[Source]


var raw_data: (String val | Array[U8 val] val)

[Source]


Public Functions

render

[Source]

fun box render()
: String val

Returns