Skip to content

Commit

Permalink
feat(body): reexport hyper::body::SizeHint (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdesjardins committed Jan 19, 2021
1 parent ec2fd4a commit 9956587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/body/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 9956587

Please sign in to comment.