pub type Response<B = BoxBody> = Response<B>;
pub struct Response<B = BoxBody> { /* private fields */ }