//! Extract data from the body of incoming requests.
//!
//! Check the [relevant section of the guide](https://pavex.dev/docs/guide/request_data/body/)
//! for a thorough introduction to Pavex's body extractors.
pub use BufferedBody;
pub use JsonBody;
pub use BodySizeLimit;
pub use RawIncomingBody;
pub use UrlEncodedBody;