API Collection
AsyncSequence Implementations
Topics
Structures
struct AsyncIteratorThis wrapper generalizes our implementation.RequestBody.AsyncIteratoris the override point for using another implementation
Instance Methods
func makeAsyncIterator() -> Request.Body.AsyncIteratorGenerates anAsyncIteratorto stream the body’s content asByteBuffersequences. This implementation supports backpressure usingNIOAsyncSequenceProducerBackPressureStrategies
Type Aliases
typealias ElementThe type of element produced by this asynchronous sequence.