Skip to content

Commit 9956587

Browse files
feat(body): reexport hyper::body::SizeHint (#2404)
1 parent ec2fd4a commit 9956587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/body/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1818
pub use bytes::{Buf, Bytes};
1919
pub use http_body::Body as HttpBody;
20+
pub use http_body::SizeHint;
2021

2122
pub use self::aggregate::aggregate;
2223
pub use self::body::{Body, Sender};

0 commit comments

Comments
 (0)