Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

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

part

The part to append.