mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-01 01:16:59 +02:00
migrade rest of middlewares
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
mod compress;
|
||||
pub use self::compress::{BodyEncoding, Compress};
|
||||
|
||||
//mod condition;
|
||||
mod condition;
|
||||
mod defaultheaders;
|
||||
//pub mod errhandlers;
|
||||
pub mod errhandlers;
|
||||
mod logger;
|
||||
//mod normalize;
|
||||
mod normalize;
|
||||
|
||||
//pub use self::condition::Condition;
|
||||
pub use self::condition::Condition;
|
||||
pub use self::defaultheaders::DefaultHeaders;
|
||||
pub use self::logger::Logger;
|
||||
//pub use self::normalize::NormalizePath;
|
||||
pub use self::normalize::NormalizePath;
|
||||
|
Reference in New Issue
Block a user