Instance Method
write(bytes:)
Writes the given bytes to the multipart data.
mutating func write(bytes: some Collection<UInt8> & Sendable) async throws(Self.Failure)
Parameters
bytesThe bytes to write to the output.
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
mutating func write(bytes: some Collection<UInt8> & Sendable) async throws(Self.Failure)
bytesThe bytes to write to the output.