1 2 3 4 5 6 7 8 9 10 11
#[cfg(feature = "actix")] pub mod empty; #[cfg(feature = "actix")] pub mod form; #[cfg(feature = "actix")] pub mod json; #[cfg(feature = "multipart")] pub mod multipart; #[cfg(feature = "actix")] pub mod parameters; pub mod simple;