BinaryChannelItem

class BinaryChannelItem(val provider: () -> ByteReadChannel, partHeaders: Headers) : PartData

Represents a binary part with a provider that supplies ByteReadChannel.

Constructors

Link copied to clipboard
constructor(provider: () -> ByteReadChannel, partHeaders: Headers)

Properties

Link copied to clipboard

Parsed Content-Disposition header or null if missing.

Link copied to clipboard

Parsed Content-Type header or null if missing.

Link copied to clipboard
val dispose: () -> Unit

to be invoked when this part is no longed needed

Link copied to clipboard

of this part, could be inaccurate on some engines

Link copied to clipboard
val name: String?

Optional part name based on Content-Disposition header.

Link copied to clipboard

supplies a channel to read data from