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