Preamble

class Preamble(body: ByteReadPacket) : MultipartEvent

Represents a multipart content preamble. A multipart stream could have at most one preamble.

Constructors

Link copied to clipboard
fun Preamble(body: ByteReadPacket)

Functions

Link copied to clipboard
open override fun release()

Release underlying data/packet.

Properties

Link copied to clipboard
val body: ByteReadPacket

contains preamble's content