Type Alias kube_client::client::DynBody

source ·
pub type DynBody = dyn Body<Data = Bytes, Error = BoxError> + Send + Unpin;
Expand description

HTTP body of a dynamic backing type.

The suggested implementation type is hyper::Body.