mutating func next() async throws -> ByteBuffer?
s15AsyncHTTPClient0B8ResponseV4BodyV0A8IteratorV4next7NIOCore10ByteBufferVSgyYaKFWhat are these?
s15AsyncHTTPClient0B8ResponseV4BodyV0A8IteratorV4next7NIOCore10ByteBufferVSgyYaKF
FNV24: [2I60A]
import AsyncHTTPClient
This package provides simple HTTP Client library built on top of SwiftNIO.
struct AsyncIterator
struct HTTPClientResponse
A representation of an HTTP response for the Swift Concurrency HTTPClient API.
struct Body
A representation of the response body for an HTTP response.
struct ByteBuffer
ByteBuffer stores contiguously allocated raw bytes. It is a random and sequential accessible sequence of zero or more bytes (octets).
ByteBuffer