We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f821ecd commit 88f44daCopy full SHA for 88f44da
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