Expand description
Aggregate the data buffers from a body asynchronously.
The returned impl Buf
groups the Buf
s from the HttpBody
without
copying them. This is ideal if you don’t require a contiguous buffer.
Aggregate the data buffers from a body asynchronously.
The returned impl Buf
groups the Buf
s from the HttpBody
without
copying them. This is ideal if you don’t require a contiguous buffer.