Initializer
init(boundary:buffer:)
Creates a new buffered multipart writer that writes into an existing buffer.
init(boundary: String, buffer: inout OutboundBody)
Parameters
boundaryThe boundary string to use for separating multipart parts.
bufferAn existing buffer to append into. The buffer is moved into the writer; the original is left empty.