Instance Method
finish()
Writes the final boundary to the multipart data.
mutating func finish() async throws
Discussion
This method should be called when all parts have been written to properly terminate the multipart message.
Throws
Any error that occurs during writing.