1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-21 05:05:44 +02:00

added Logger middleware

This commit is contained in:
Nikolay Kim
2019-03-06 19:19:27 -08:00
parent 561a89b8b3
commit 244fff9e0a
9 changed files with 279 additions and 150 deletions

View File

@@ -8,3 +8,6 @@ pub use self::defaultheaders::DefaultHeaders;
#[cfg(feature = "session")]
pub use actix_session as session;
mod logger;
pub use self::logger::Logger;