Instance Methodhummingbird 2.9.0HummingbirdCore
next
RequestBody.swift:343mutating func next() async throws -> ByteBuffer?
mutating func next() async throws -> ByteBuffer?
s15HummingbirdCore26NIOAsyncChannelRequestBodyV13AsyncIteratorV4next7NIOCore10ByteBufferVSgyYaKF
What are these?10MG1
import HummingbirdCore
struct AsyncIterator
Async Iterator for NIOAsyncChannelRequestBody
@usableFromInline struct NIOAsyncChannelRequestBody
Request body that is a stream of ByteBuffers sourced from a NIOAsyncChannelInboundStream.
struct ByteBuffer
ByteBuffer
stores contiguously allocated raw bytes. It is a random and sequential accessible sequence of zero or more bytes (octets).