class BinaryItem : PartData
Represents a binary item
BinaryItem(provider: () -> Input, dispose: () -> Unit, partHeaders: Headers)
Represents a binary item |
val provider: () -> Input
of content bytes |
val contentDisposition: ContentDisposition?
Parsed |
|
val contentType: ContentType?
Parsed |
|
val dispose: () -> Unit
to be invoked when this part is no longed needed |
|
val headers: Headers
of this part, could be inaccurate on some engines |
|
val name: String?
Optional part name based on |
|
val |
|
val |