1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00
actix-web/src/middleware
2018-06-17 08:32:22 +06:00
..
cors.rs CORS: Do not validate Origin header on non-OPTION requests #271 2018-06-05 07:39:47 -07:00
csrf.rs Update Middleware trait to use &mut self 2018-06-02 16:47:18 +10:00
defaultheaders.rs Update Middleware trait to use &mut self 2018-06-02 16:47:18 +10:00
errhandlers.rs Middleware::response is not invoked if error result was returned by another Middleware::start #255 2018-06-04 13:42:47 -07:00
identity.rs remove unneed Send and Sync 2018-06-17 08:32:22 +06:00
logger.rs Update Middleware trait to use &mut self 2018-06-02 16:47:18 +10:00
mod.rs Update Middleware trait to use &mut self 2018-06-02 16:47:18 +10:00
session.rs remove unneed Send and Sync 2018-06-17 08:32:22 +06:00