Skip to content

Instance Method

write(bytes:)

Writes the given bytes to the multipart data.
mutating func write(bytes: some Collection<UInt8> & Sendable) async throws

Parameters

bytes

The bytes to write to the output.