Make multipart an optional feature (default off) (#1128)
This commit is contained in:
@@ -9,6 +9,7 @@ pub(crate) use self::decoder::Decoder;
|
||||
pub mod body;
|
||||
pub mod client;
|
||||
pub mod decoder;
|
||||
#[cfg(feature = "multipart")]
|
||||
pub mod multipart;
|
||||
pub(crate) mod request;
|
||||
mod response;
|
||||
|
||||
Reference in New Issue
Block a user