We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hyper::body::SizeHint
1 parent ec2fd4a commit 9956587Copy full SHA for 9956587
src/body/mod.rs
@@ -17,6 +17,7 @@
17
18
pub use bytes::{Buf, Bytes};
19
pub use http_body::Body as HttpBody;
20
+pub use http_body::SizeHint;
21
22
pub use self::aggregate::aggregate;
23
pub use self::body::{Body, Sender};
0 commit comments