This website requires JavaScript.
Explore
Help
Sign In
actix
/
actix-web
Watch
1
Star
0
Fork
0
You've already forked actix-web
mirror of
https://github.com/fafhrd91/actix-web
synced
2025-02-07 13:54:24 +01:00
Code
Issues
Releases
Wiki
Activity
actix-web
/
src
/
middleware
History
Nikolay Kim
0f2aac1a27
remove unneed Send and Sync
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