1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-31 07:23:57 +02:00

Merge pull request #13 from ryanmcgrath/master

Re-export SameSite so it's immediately usable from this package...
This commit is contained in:
Nikolay Kim
2018-07-20 16:58:37 -05:00
committed by GitHub

View File

@@ -40,6 +40,8 @@ extern crate serde_json;
mod session;
#[cfg(feature = "web")]
pub use session::RedisSessionBackend;
#[cfg(feature = "web")]
pub use cookie::{SameSite};
/// General purpose actix redis error
#[derive(Fail, Debug)]