pub type DynBody = dyn Body<Data = Bytes, Error = BoxError> + Send + Unpin;
client
HTTP body of a dynamic backing type.
The suggested implementation type is hyper::Body.
hyper::Body