This website requires JavaScript.
Explore
Help
Sign In
actix
/
actix-extras
Watch
1
Star
0
Fork
0
You've already forked actix-extras
mirror of
https://github.com/actix/actix-extras.git
synced
2025-01-23 23:34:35 +01:00
Code
Issues
Releases
Wiki
Activity
actix-extras
/
src
/
middleware
History
Nikolay Kim
f94fd9ebee
CORS: Do not validate Origin header on non-OPTION requests
#271
2018-06-05 07:39:47 -07: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
Fix typo
2018-06-03 20:28:08 +02: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
Merge branch 'master' into trait-middleware-mut-self
2018-06-02 08:54:00 -07:00