add support for TypedMultipart

This commit is contained in:
gengteng
2023-09-04 23:24:26 +08:00
parent 154dc6df1e
commit 1b46256c39
7 changed files with 103 additions and 5 deletions

View File

@@ -16,6 +16,8 @@ pub mod query;
pub mod test;
#[cfg(feature = "typed_header")]
pub mod typed_header;
#[cfg(feature = "typed_multipart")]
pub mod typed_multipart;
#[cfg(feature = "yaml")]
pub mod yaml;