Structure
Request.Body.AsyncIterator
This wrapper generalizes our implementation.
RequestBody.AsyncIterator is the override point for using another implementationstruct AsyncIterator
Topics
Instance Methods
func next() async throws -> ByteBuffer?Asynchronously advances to the next element and returns it, or ends the sequence if there is no next element.
Type Aliases
Relationships
Conforms To
_Concurrency.AsyncIteratorProtocol