Skip to content

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

Structure

StreamingMultipartWriterAsyncSequence.AsyncIterator

The async iterator for the streaming multipart writer.
struct AsyncIterator

Overview

This iterator processes multipart sections one at a time and yields serialized chunks of the multipart message. It maintains state to ensure proper formatting of boundaries and CRLF sequences between parts.

Topics

Instance Methods

Default Implementations

Relationships

Conforms To

  • _Concurrency.AsyncIteratorProtocol