Module axum::body

source ·
Expand description

HTTP body utilities.

Re-exports

  • pub use http_body::Body as HttpBody;
  • pub use bytes::Bytes;

Structs

  • The body type used in axum requests and responses.