//! HTTP specific body utilities.
use Body;
/// A type erased HTTP body used for tonic services.
pub type BoxBody = UnsyncBoxBody;
/// Convert a [`http_body::Body`] into a [`BoxBody`].
pub
// this also exists in `crate::codegen` but we need it here since `codegen` has
// `#[cfg(feature = "codegen")]`.
/// Create an empty `BoxBody`