1 2 3 4 5 6
//! Request body extractors for the API operation. mod form; mod json; pub use form::FormBody; pub use json::JsonBody;