Skip to content

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

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

bytes

The bytes to write to the output.