Skip to content

API Collection

AsyncSequence Implementations

Topics

Structures

  • Request.Body.AsyncIterator
    This wrapper generalizes our implementation. RequestBody.AsyncIterator is the override point for using another implementation

Instance Methods

  • makeAsyncIterator()
    Generates an AsyncIterator to stream the body’s content as ByteBuffer sequences. This implementation supports backpressure using NIOAsyncSequenceProducerBackPressureStrategies

Type Aliases