1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 01:16:59 +02:00

Move BodyEncoding to dev module #1220

This commit is contained in:
Nikolay Kim
2019-12-16 17:22:26 +06:00
parent b0aa9395da
commit 01613f334b
7 changed files with 64 additions and 32 deletions

View File

@@ -3,7 +3,7 @@
#[cfg(feature = "compress")]
mod compress;
#[cfg(feature = "compress")]
pub use self::compress::{BodyEncoding, Compress};
pub use self::compress::Compress;
mod condition;
mod defaultheaders;