Initializer
init(backingSequence:boundary:outboundBody:)
Creates a new streaming multipart writer async sequence.
init(backingSequence: BackingSequence, boundary: String, outboundBody: OutboundBody.Type = OutboundBody.self)
Parameters
backingSequenceThe async sequence of multipart sections to serialize.
boundaryThe boundary string to use for separating multipart parts.
outboundBodyThe type of the output body elements (inferred from usage).