feat(body): reexport hyper::body::SizeHint (#2404)

This commit is contained in:
erikdesjardins
2021-01-19 17:50:07 -05:00
committed by GitHub
parent ec2fd4a15f
commit 9956587f83

View File

@@ -17,6 +17,7 @@
pub use bytes::{Buf, Bytes};
pub use http_body::Body as HttpBody;
pub use http_body::SizeHint;
pub use self::aggregate::aggregate;
pub use self::body::{Body, Sender};