Instance Method
writePart(_:)
Appends a complete multipart part: its leading boundary, header fields, and body.
mutating func writePart(_ part: MultipartPart<some RangeReplaceableCollection<UInt8> & Sendable>)
Parameters
partThe part to append.
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
mutating func writePart(_ part: MultipartPart<some RangeReplaceableCollection<UInt8> & Sendable>)
partThe part to append.