Module axum::body

source ·
Expand description

HTTP body utilities.

Re-exports

  • pub use http_body::Body as HttpBody;
  • pub use http_body::Empty;
  • pub use http_body::Full;
  • pub use hyper::body::Body;
  • pub use bytes::Bytes;

Structs

Functions

Type Definitions