Instance Methodswift-openapi-runtime 1.6.0OpenAPIRuntime
next
Advances the iterator to the next element and returns it asynchronously.
HTTPBody.swift:562mutating func next() async throws -> Element?
Returns
The next element in the sequence, or nil
if there are no more elements.
Throws
An error if there is an issue advancing the iterator or retrieving the next element.
Other members in extension
Typealiases
typealias Element
The element byte chunk type.