Body

A representation of the response body for an HTTP response.

HTTPClientResponse.swift:79
iOS
13.0+
macOS
10.15+
tvOS
13.0+
watchOS
6.0+
struct Body

The body is streamed as an AsyncSequence of ByteBuffer, where each ByteBuffer contains an arbitrarily large chunk of data. The boundaries between ByteBuffer objects in the sequence are entirely synthetic and have no semantic meaning.