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 crate::client::Body
.