pub fn into_client_body<B>(body: B) -> ClientBodyExpand description
Converts an arbitrary body into the type-erased ClientBody.
This uses Buf::copy_to_bytes for the data conversion, which is zero-copy when the underlying
data is already Bytes.