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